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 | 譽??蘖?? | 1110011010100011001111110011111110011111010100000011111100111111 | e6a33f3f9f503f3f |
EUC-JP | 譽??蘖?? | 1110110010100101001111110011111111011101101100010011111100111111 | eca53f3fddb13f3f |
UTF-8 | 譽길뿈蘖띹씩 | 111010001010110110111101111010101011100010111000111010111011111110001000111010001001100010010110111010111001110110111001111011001001010010101001 | e8adbdeab8b8ebbf88e89896eb9db9ec94a9 |
UHC | 譽길뿈蘖띹씩 | 111001111110001010110001111001101001011110001111111001011110111010001101111010001011111010111111 | e7e2b1e6978fe5ee8de8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)