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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 倭?×? | 100110000110000000111111100000010111111000111111 | 98603f817e3f |
EUC-JP | 倭?×? | 110011111100000100111111101000011101111100111111 | cfc13fa1df3f |
UTF-8 | 倭몄×罹 | 1110010110000000101011011110101110101010100001001100001110010111111011111010011110100110 | e580adebaa84c397efa7a6 |
UHC | 倭몄×罹 | 1110100011011110101110001110110010100001101111111110110010111010 | e8deb8eca1bfecba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)