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 | ?妖? | 00111111100101110110010000111111 | 3f97643f |
EUC-JP | ?妖? | 00111111110011011100010100111111 | 3fcdc53f |
UTF-8 | 뢎妖굟 | 111010111010001010001110111001011010011010010110111010101011010110011111 | eba28ee5a696eab59f |
UHC | 뢎妖굟 | 100011110100100111101000111011011000001010000111 | 8f49e8ed8287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)