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 | 鶉ア溏溪 | 1110101001000111100000110100000110011111111011011001111111100010 | ea4783419fed9fe2 |
EUC-JP | 鶉ア溏溪 | 1111001110101000101001011010001011011110111011111101111011100100 | f3a8a5a2deefdee4 |
UTF-8 | 鶉ア溏溪 | 111010011011011010001001111000111000001010100010111001101011101010001111111001101011101010101010 | e9b689e382a2e6ba8fe6baaa |
UHC | ?ア?溪 | 001111111010101110100010001111111100110110100010 | 3faba23fcda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)