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 | 嶸??倭? | 11111010101101000011111100111111100110000110000000111111 | fab43f3f98603f |
EUC-JP | 嶸??倭? | 1000111110111011111101000011111100111111110011111100000100111111 | 8fbbf43f3fcfc13f |
UTF-8 | 嶸뗩넀倭켶 | 111001011011011010111000111010111001011110101001111010111000010010000000111001011000000010101101111011001011110010110110 | e5b6b8eb97a9eb8480e580adecbcb6 |
UHC | 嶸뗩넀倭켶 | 11100111101011101000101111101001100001101001000011101000110111101011000101101101 | e7ae8be98690e8deb16d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)