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 | 額??援θぜ | 10001010011110100011111100111111100010011000011110000011110001101000001010111010 | 8a7a3f3f898783c682ba |
EUC-JP | 額??援θぜ | 10110011110110110011111100111111101100011110011110100110110010001010010010111100 | b3db3f3fb1e7a6c8a4bc |
UTF-8 | 額곗뇠援θぜ | 1110100110100001100011011110101010110011100101111110101110000111101000001110011010001111101101001100111010111000111000111000000110011100 | e9a18deab397eb87a0e68fb4ceb8e3819c |
UHC | 額곗뇠援θぜ | 111001001111111010110000111011001000011110001000111010101011010110100101111010001010101010111100 | e4feb0ec8788eab5a5e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)