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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蒹哄 | 11100100111000111001100111111010 | e4e399fa |
EUC-JP | 蒹哄 | 11101000111001011101001011111100 | e8e5d2fc |
UTF-8 | 蒹哄 | 111010001001001010111001111001011001001110000100 | e892b9e59384 |
UHC | ?哄 | 001111111111101111101111 | 3ffbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)