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 | ⅳ悉裘カ蒟鴉 | 1111101001000011100011101011101111100101111000101011011011100100111001011110100111101011 | fa438ebbe5e2b6e4e5e9eb |
EUC-JP | ?悉裘カ蒟鴉 | 0011111110111100101111011110101011100100100011101011011011101000111001111111001011101101 | 3fbcbdeae48eb6e8e7f2ed |
UTF-8 | ⅳ悉裘カ蒟鴉 | 111000101000010110110011111001101000001010001001111010001010001110011000111011111011110110110110111010001001001010011111111010011011010010001001 | e285b3e68289e8a398efbdb6e8929fe9b489 |
UHC | ⅳ悉???鴉 | 101001011010010011100011111110100011111100111111001111111110010010111100 | a5a4e3fa3f3f3fe4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)