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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中?⊂裁?宰 | 10010010100001100011111110000001101111001000110111011001001111111000110111001001 | 92863f81bc8dd93f8dc9 |
EUC-JP | 中?⊂裁?宰 | 11000011111001100011111110100010101111101011101011011011001111111011101011001011 | c3e63fa2bebadb3fbacb |
UTF-8 | 中띌⊂裁렑宰 | 111001001011100010101101111010111001110110001100111000101000101010000010111010001010001110000001111010111010000010010001111001011010111010110000 | e4b8adeb9d8ce28a82e8a381eba091e5aeb0 |
UHC | 中띌⊂裁렑宰 | 111100011110100110110110111010011010000111111000111011101010111010001110101001101110111010100101 | f1e9b6e9a1f8eeae8ea6eea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)