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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 奪孫村] | 10010010010001001001000110110111100100011011101001011101 | 924491b791ba5d |
EUC-JP | 奪孫村] | 11000011101001011100001010111001110000101011110001011101 | c3a5c2b9c2bc5d |
UTF-8 | 奪孫村] | 11100101101001011010101011100101101011011010101111100110100111011001000101011101 | e5a5aae5adabe69d915d |
UHC | 奪孫村] | 11110111101011001110000111011101111101011011110101011101 | f7ace1ddf5bd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)