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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?基?蛟? | 00111111100010101110111000111111111001011000000000111111 | 3f8aee3fe5803f |
EUC-JP | 嫄基?蛟? | 100011111011101010100001101101001111000000111111111010011110000000111111 | 8fbaa1b4f03fe9e03f |
UTF-8 | 嫄基렱蛟렰 | 111001011010101110000100111001011001111110111010111010111010000010110001111010001001101110011111111010111010000010110000 | e5ab84e59fbaeba0b1e89b9feba0b0 |
UHC | 嫄基렱蛟렰 | 11101010101100011101000011110001100011101011111011001110111100011000111010111101 | eab1d0f18ebecef18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)