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 | 褥現┗ | 111001011111000110001100101110111000010010101111 | e5f18cbb84af |
EUC-JP | 褥現┗ | 111010101111001110111000101111011010100010110001 | eaf3b8bda8b1 |
UTF-8 | 褥現┗ | 111010001010010010100101111001111000111110111110111000101001010010010111 | e8a4a5e78fbee29497 |
UHC | 褥現┗ | 111010011011001111111010110111101010011010110001 | e9b3fadea6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)