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 | 殿???第臀 | 100100110110000100111111001111110011111110010001111001101110010001011100 | 93613f3f3f91e6e45c |
EUC-JP | 殿???第臀 | 110001011100001000111111001111110011111111000010111010001110011110111101 | c5c23f3f3fc2e8e7bd |
UTF-8 | 殿비렰렭第臀 | 111001101010111010111111111010111011100110000100111010111010000010110000111010111010000010101101111001111010110010101100111010001000011110000000 | e6aebfebb984eba0b0eba0ade7acace88780 |
UHC | 殿비렰렭第臀 | 111011101111110010111010111100011000111010111101100011101011101011110000101011111101010011101011 | eefcbaf18ebd8ebaf0afd4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)