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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?????〈B | 0011111100111111001111110011111100111111100000010111000101000010 | 3f3f3f3f3f817142 |
EUC-JP | ?????〈B | 0011111100111111001111110011111100111111101000011101001001000010 | 3f3f3f3f3fa1d242 |
UTF-8 | 렻┙렡렻┙〈B | 11101011101000001011101111100010100101001001100111101011101000001010000111101011101000001011101111100010100101001001100111100011100000001000100001000010 | eba0bbe29499eba0a1eba0bbe29499e3808842 |
UHC | 렻┙렡렻┙〈B | 10001110110000111010011011000100100011101011001010001110110000111010011011000100101000011011010001000010 | 8ec3a6c48eb28ec3a6c4a1b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)