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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?愁?愁^ | 00111111100011110100010000111111100011110100010001011110 | 3f8f443f8f445e |
EUC-JP | ?愁?愁^ | 00111111101111011010010100111111101111011010010101011110 | 3fbda53fbda55e |
UTF-8 | 옪愁옪愁^ | 11101100100110001010101011100110100001001000000111101100100110001010101011100110100001001000000101011110 | ec98aae68481ec98aae684815e |
UHC | 옪愁옪愁^ | 100111101010100111100001111111101001111010101001111000011111111001011110 | 9ea9e1fe9ea9e1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)