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 | 牆掛? | 1110000010101101100010100111110000111111 | e0ad8a7c3f |
EUC-JP | 牆掛? | 1110000010101111101100111101110100111111 | e0afb3dd3f |
UTF-8 | 牆掛렩 | 111001111000100110000110111001101000111010011011111010111010000010101001 | e78986e68e9beba0a9 |
UHC | 牆掛렩 | 111011011110110111001110110100001000111010110111 | ededced08eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)