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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 辰樽Lh辰樽L | 1001001001000011100100100100110101001100011010001001001001000011100100100100110101001100 | 9243924d4c689243924d4c |
EUC-JP | 辰樽Lh辰樽L | 1100001110100100110000111010111001001100011010001100001110100100110000111010111001001100 | c3a4c3ae4c68c3a4c3ae4c |
UTF-8 | 辰樽Lh辰樽L | 111010001011111010110000111001101010100010111101010011000110100011101000101111101011000011100110101010001011110101001100 | e8beb0e6a8bd4c68e8beb0e6a8bd4c |
UHC | 辰樽Lh辰樽L | 1111001011100011111100011101110001001100011010001111001011100011111100011101110001001100 | f2e3f1dc4c68f2e3f1dc4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)