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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | ?諄胥L | 001111111110011001111000111000111110111101001100 | 3fe678e3ef4c |
EUC-JP | ?諄胥L | 001111111110101111011001111001101111000101001100 | 3febd9e6f14c |
UTF-8 | 巢諄胥L | 11100101101101111010001011101000101010111000010011101000100000111010010101001100 | e5b7a2e8ab84e883a54c |
UHC | 巢諄胥L | 11100001101101011110001011110100111000001010000101001100 | e1b5e2f4e0a14c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)