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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闊定遂 | 111010001000100010010010111010001001000010001011 | e88892e8908b |
EUC-JP | 闊定遂 | 111011111110100011000100111010101011111111101011 | efe8c4eabfeb |
UTF-8 | 闊定遂 | 111010011001011110001010111001011010111010011010111010011000000110000010 | e9978ae5ae9ae98182 |
UHC | 闊定遂 | 111111001100010011101111110100101110001011000100 | fcc4efd2e2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)