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 | 載????但 | 1000110111011010001111110011111100111111001111111001001001000001 | 8dda3f3f3f3f9241 |
EUC-JP | 載????但 | 1011101011011100001111110011111100111111001111111100001110100010 | badc3f3f3f3fc3a2 |
UTF-8 | 載띤렗곗렟但 | 111010001011110010001001111010111001110110100100111010111010000010010111111010101011001110010111111010111010000010011111111001001011110110000110 | e8bc89eb9da4eba097eab397eba09fe4bd86 |
UHC | 載띤렗곗렟但 | 111011101011000010110110111011011000111010101100101100001110110010001110101100001101001110100011 | eeb0b6ed8eacb0ec8eb0d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)