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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶸鶉鳰湫 | 1110101001010011111010100100011111101001111010101001111111010101 | ea53ea47e9ea9fd5 |
EUC-JP | 鶸鶉鳰湫 | 1111001110110100111100111010100011110010111011001101111011010111 | f3b4f3a8f2ecded7 |
UTF-8 | 鶸鶉鳰湫 | 111010011011011010111000111010011011011010001001111010011011001110110000111001101011100110101011 | e9b6b8e9b689e9b3b0e6b9ab |
UHC | ???湫 | 0011111100111111001111111111010111010011 | 3f3f3ff5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)