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 | 辞鈼 | 111100001011110110001110101010111111101111000110 | f0bd8eabfbc6 |
EUC-JP | ?辞鈼 | 001111111011110010101101100011111110001111010110 | 3fbcad8fe3d6 |
UTF-8 | 辞鈼 | 111011101000000110111100111010001011111010011110111010011000100010111100 | ee81bce8be9ee988bc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)