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 | 鬲榊沺 | 111010011010110110001101111001011001111110011111 | e9ad8de59f9f |
EUC-JP | 鬲榊沺 | 111100101010111110111010111001111101111010100001 | f2afbae7dea1 |
UTF-8 | 鬲榊沺 | 111010011010110010110010111001101010011010001010111001101011001010111010 | e9acb2e6a68ae6b2ba |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)