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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 臟ξ?B | 111001000110011010000011110011000011111101000010 | e46683cc3f42 |
EUC-JP | 臟ξ?B | 111001111100011110100110110011100011111101000010 | e7c7a6ce3f42 |
UTF-8 | 臟ξ닕B | 111010001000011110011111110011101011111011101011100010111001010101000010 | e8879fcebeeb8b9542 |
UHC | 臟ξ닕B | 11101101111101001010010111101110100010001001100101000010 | edf4a5ee889942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)