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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ?ラ?H | 0011111110000011100010010011111101001000 | 3f83893f48 |
EUC-JP | ?ラ?H | 0011111110100101111010010011111101001000 | 3fa5e93f48 |
UTF-8 | 樂ラ눈H | 11101111101001101011111111100011100000111010100111101011100010001000100001001000 | efa6bfe383a9eb888848 |
UHC | 樂ラ눈H | 11101000111110011010101111101001101101001010101101001000 | e8f9abe9b4ab48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)