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 | 瑩?燼 | 1110000011110000001111111110000010011110 | e0f03fe09e |
EUC-JP | 瑩?燼 | 1110000011110010001111111101111111111110 | e0f23fdffe |
UTF-8 | 瑩렖燼 | 111001111001000110101001111010111010000010010110111001111000011110111100 | e791a9eba096e787bc |
UHC | 瑩렖燼 | 111110111010100110001110101010111110001111101000 | fba98eabe3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)