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 | 癲ぱ??? | 11100001100111111000001011001111001111110011111100111111 | e19f82cf3f3f3f |
EUC-JP | 癲ぱ??? | 11100010101000011010010011010001001111110011111100111111 | e2a1a4d13f3f3f |
UTF-8 | 癲ぱ덉뿥曆 | 111001111001100110110010111000111000000110110001111010111000110110001001111010111011111110100101111011111010011010001011 | e799b2e381b1eb8d89ebbfa5efa68b |
UHC | 癲ぱ덉뿥曆 | 11101111101001101010101011010001100010001110110010010111101001011110011010110111 | efa6aad188ec97a5e6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)