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 | 珈獺獺陽鞦齏 | 111000001101101111100000110110101110000011011010100101110111101011101000111000011110100011101011 | e0dbe0dae0da977ae8e1e8eb |
EUC-JP | 珈獺獺陽鞦齏 | 111000001101110111100000110111001110000011011100110011011101101111110000111000111111000011101101 | e0dde0dce0dccddbf0e3f0ed |
UTF-8 | 珈獺獺陽鞦齏 | 111001111000111110001000111001111000110110111010111001111000110110111010111010011001100110111101111010011001111010100110111010011011110110001111 | e78f88e78dbae78dbae999bde99ea6e9bd8f |
UHC | ?獺獺陽?? | 001111111101001110110111110100111011011111100101110101010011111100111111 | 3fd3b7d3b7e5d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)