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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 癲??弛?^ | 1110000110011111001111110011111110010010011011110011111101011110 | e19f3f3f926f3f5e |
EUC-JP | 癲??弛?^ | 1110001010100001001111110011111111000011110100000011111101011110 | e2a13f3fc3d03f5e |
UTF-8 | 癲됱빢弛뎓^ | 11100111100110011011001011101011100100001011000111101011101110011010001011100101101111001001101111101011100011101001001101011110 | e799b2eb90b1ebb9a2e5bc9beb8e935e |
UHC | 癲됱빢弛뎓^ | 1110111110100110100010011110110010010101101111101110110010101100100010010110010101011110 | efa689ec95beecac89655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)