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 | ???x] | 0011111100111111001111110111100001011101 | 3f3f3f785d |
SJIS-WIN | 蔭??x] | 100010001111110000111111001111110111100001011101 | 88fc3f3f785d |
EUC-JP | 蔭??x] | 101100001111111000111111001111110111100001011101 | b0fe3f3f785d |
UTF-8 | 蔭붿꺑x] | 1110100010010100101011011110101110110110101111111110101010111010100100010111100001011101 | e894adebb6bfeaba91785d |
UHC | 蔭붿꺑x] | 1110101111100011100101001110110010000011101101110111100001011101 | ebe394ec83b7785d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)