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 | 處?支? | 100110010111110000111111100011100111100000111111 | 997c3f8e783f |
EUC-JP | 處?支? | 110100011101110100111111101110111101100100111111 | d1dd3fbbd93f |
UTF-8 | 處렧支렏 | 111010001001100110010101111010111010000010100111111001101001010010101111111010111010000010001111 | e89995eba0a7e694afeba08f |
UHC | 處렧支렏 | 1111010010100101100011101011011011110010101010001000111010100101 | f4a58eb6f2a88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)