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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??鎰? | 11100001100111110011111100111111111010000100110000111111 | e19f3f3fe84c3f |
EUC-JP | 癲??鎰? | 11100010101000010011111100111111111011111010110100111111 | e2a13f3fefad3f |
UTF-8 | 癲뚮맮鎰뽫 | 111001111001100110110010111010111001101010101110111010111010011110101110111010011000111010110000111010111011110110101011 | e799b2eb9aaeeba7aee98eb0ebbdab |
UHC | 癲뚮맮鎰뽫 | 11101111101001101000110011101011100100001011010111101100111100001001011011100111 | efa68ceb90b5ecf096e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)