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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 掌??rB | 100011111011011000111111001111110111001001000010 | 8fb63f3f7242 |
EUC-JP | 掌??rB | 101111101011100000111111001111110111001001000010 | beb83f3f7242 |
UTF-8 | 掌㎬걼rB | 1110011010001110100011001110001110001110101011001110101010110001101111000111001001000010 | e68e8ce38eaceab1bc7242 |
UHC | 掌㎬걼rB | 1110110111100110101001111110100010000001100111110111001001000010 | ede6a7e8819f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)