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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??肉ヨぜ | 11100001100111110011111100111111100100111111011110000011100010001000001010111010 | e19f3f3f93f7838882ba |
EUC-JP | 癲??肉ヨぜ | 11100010101000010011111100111111110001101111100110100101111010001010010010111100 | e2a13f3fc6f9a5e8a4bc |
UTF-8 | 癲섍퉭肉ヨぜ | 111001111001100110110010111011001000010010001101111011011000100110101101111010001000001010001001111000111000001110101000111000111000000110011100 | e799b2ec848ded89ade88289e383a8e3819c |
UHC | 癲섍퉭肉ヨぜ | 111011111010011010011000111010101011100110000101111010111011111110101011111010001010101010111100 | efa698eab985ebbfabe8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)