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 | 蜆熹盻 | 111001011000010011100000100101001110000110111011 | e584e094e1bb |
EUC-JP | 蜆熹盻 | 111010011110010011011111111101001110001010111101 | e9e4dff4e2bd |
UTF-8 | 蜆熹盻 | 111010001001110010000110111001111000011010111001111001111001101110111011 | e89c86e786b9e79bbb |
UHC | ?熹? | 00111111111111011111100000111111 | 3ffdf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)