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 | 誘??訝 | 100101110101010100111111001111111110011001100010 | 97553f3fe662 |
EUC-JP | 誘??訝 | 110011011011011000111111001111111110101111000011 | cdb63f3febc3 |
UTF-8 | 誘뗫봽訝 | 111010001010101010011000111010111001011110101011111010111011010010111101111010001010100010011101 | e8aa98eb97abebb4bde8a89d |
UHC | 誘뗫봽訝 | 1110101110101111100010111110101110010100100001001110010010111000 | ebaf8beb9484e4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)