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 | ?蝴? | 00111111111001011001101000111111 | 3fe59a3f |
EUC-JP | ?蝴? | 00111111111010011111101000111111 | 3fe9fa3f |
UTF-8 | 렪蝴렽 | 111010111010000010101010111010001001110110110100111010111010000010111101 | eba0aae89db4eba0bd |
UHC | 렪蝴렽 | 100011101011100011111011110111011000111011000101 | 8eb8fbdd8ec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)