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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 倭??瑤?? | 1001100001100000001111110011111111101010101000100011111100111111 | 98603f3feaa23f3f |
EUC-JP | 倭??瑤?? | 1100111111000001001111110011111111110100101001000011111100111111 | cfc13f3ff4a43f3f |
UTF-8 | 倭롥돭瑤녘랴 | 111001011000000010101101111010111010000110100101111010111000111110101101111001111001000110100100111010111000010110011000111010111001111010110100 | e580adeba1a5eb8fade791a4eb8598eb9eb4 |
UHC | 倭롥돭瑤녘랴 | 111010001101111010001110111001011000100110110000111010001111110110110011111010001011011110101010 | e8de8ee589b0e8fdb3e8b7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)