To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 新??亞?? | 1001000001010110001111110011111110011000101100010011111100111111 | 90563f3f98b13f3f |
EUC-JP | 新??亞?? | 1011111110110111001111110011111111010000101100110011111100111111 | bfb73f3fd0b33f3f |
UTF-8 | 新뎼뢅亞굩뢌 | 111001101001011010110000111010111000111010111100111010111010001010000101111001001011101010011110111010101011010110101001111010111010001010001100 | e696b0eb8ebceba285e4ba9eeab5a9eba28c |
UHC | 新뎼뢅亞굩뢌 | 111000111110011010001001100011111000111101000001111001001010110010000010100011111000111101001000 | e3e6898f8f41e4ac828f8f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)