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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 磬蒄墺 | 111000011111110011100100110101011001101011010010 | e1fce4d59ad2 |
EUC-JP | 磬蒄墺 | 111000101111111011101000110101111101010011010100 | e2fee8d7d4d4 |
UTF-8 | 磬蒄墺 | 111001111010001110101100111010001001001010000100111001011010001010111010 | e7a3ace89284e5a2ba |
UHC | 磬?墺 | 1100110011100100001111111110011111110010 | cce43fe7f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)