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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 彦?8誼? | 1001010101000110001111111000001001010111100010110110001000111111 | 95463f82578b623f |
EUC-JP | 彦?8誼? | 1100100110100111001111111010001110111000101101011100001100111111 | c9a73fa3b8b5c33f |
UTF-8 | 彦쀫8誼좦 | 111001011011110110100110111011001000000010101011111011111011110010011000111010001010101010111100111011001010001010100110 | e5bda6ec80abefbc98e8aabceca2a6 |
UHC | 彦쀫8誼좦 | 11100101111010011001011111101011101000111011100011101011111111101010000101000010 | e5e997eba3b8ebfea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)