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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楔船舌楔 | 1001111010110110100100010100010010010000111000111001111010110110 | 9eb6914490e39eb6 |
EUC-JP | 楔船舌楔 | 1101110010111000110000011010010111000000111001011101110010111000 | dcb8c1a5c0e5dcb8 |
UTF-8 | 楔船舌楔 | 111001101010010110010100111010001000100010111001111010001000100010001100111001101010010110010100 | e6a594e888b9e8888ce6a594 |
UHC | 楔船舌楔 | 1110000011011011111000001100111111100000110111111110000011011011 | e0dbe0cfe0dfe0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)