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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??伊B | 0011111100111111100010001100100101000010 | 3f3f88c942 |
EUC-JP | ??伊B | 0011111100111111101100001100101101000010 | 3f3fb0cb42 |
UTF-8 | 렯렻伊B | 11101011101000001010111111101011101000001011101111100100101111001000101001000010 | eba0afeba0bbe4bc8a42 |
UHC | 렯렻伊B | 10001110101111001000111011000011111011001010010101000010 | 8ebc8ec3eca542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)