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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 枝?苑?BF | 1000111001111101001111111000100110010001001111110100001001000110 | 8e7d3f89913f4246 |
EUC-JP | 枝?苑?BF | 1011101111011110001111111011000111110001001111110100001001000110 | bbde3fb1f13f4246 |
UTF-8 | 枝렖苑넓BF | 1110011010011110100111011110101110100000100101101110100010001011100100011110101110000100100100110100001001000110 | e69e9deba096e88b91eb84934246 |
UHC | 枝렖苑넓BF | 11110010101010111000111010101011111010101011110110110011110100000100001001000110 | f2ab8eabeabdb3d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)