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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | 恁?㎏???e^ | 10011100100011000011111110000111011100110011111100111111001111110110010101011110 | 9c8c3f87733f3f3f655e |
EUC-JP | 恁?????e^ | 110101111110110000111111001111110011111100111111001111110110010101011110 | d7ec3f3f3f3f3f655e |
UTF-8 | 恁㏃㎏淋숈껌e^ | 1110011010000001100000011110001110001111100000111110001110001110100011111110111110100111101101011110110010001000100010001110101010111011100011000110010101011110 | e68181e38f83e38e8fefa7b5ec8888eabb8c655e |
UHC | 恁㏃㎏淋숈껌e^ | 1110110011110110101001111110110010100111101110001110110011111000100110011110110010110010101011010110010101011110 | ecf6a7eca7b8ecf899ecb2ad655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)