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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑩?駭 | 1110000011110000001111111110100101101110 | e0f03fe96e |
EUC-JP | 瑩?駭 | 1110000011110010001111111111000111001111 | e0f23ff1cf |
UTF-8 | 瑩렠駭 | 111001111001000110101001111010111010000010100000111010011010011110101101 | e791a9eba0a0e9a7ad |
UHC | 瑩렠駭 | 111110111010100110001110101100011111101010110100 | fba98eb1fab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)