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 | ????§ | 0011111100111111001111110011111110100111 | 3f3f3f3fa7 |
SJIS-WIN | 諷ッ郤蛾§ | 111001101000010110101111111001111011101010001001111010011000000110011000 | e685afe7ba89e98198 |
EUC-JP | 諷ッ郤蛾§ | 11101011111001011000111010101111111011101011110010110010111010111010000111111000 | ebe58eafeebcb2eba1f8 |
UTF-8 | 諷ッ郤蛾§ | 1110100010101011101101111110111110111101101011111110100110000011101001001110100010011011101111101100001010100111 | e8abb7efbdafe983a4e89bbec2a7 |
UHC | 諷??蛾§ | 1111100110100100001111110011111111100100101101101010000111010111 | f9a43f3fe4b6a1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)