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 | 淙?箸? | 100111111100100000111111100101001010001000111111 | 9fc83f94a23f |
EUC-JP | 淙?箸? | 110111101100101000111111110010001010010000111111 | deca3fc8a43f |
UTF-8 | 淙렣箸렑 | 111001101011011110011001111010111010000010100011111001111010111010111000111010111010000010010001 | e6b799eba0a3e7aeb8eba091 |
UHC | 淙렣箸렑 | 1111000011111000100011101011010011101110110001101000111010100110 | f0f88eb4eec68ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)