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 | 褥現─ | 111001011111000110001100101110111000010010011111 | e5f18cbb849f |
EUC-JP | 褥現─ | 111010101111001110111000101111011010100010100001 | eaf3b8bda8a1 |
UTF-8 | 褥現─ | 111010001010010010100101111001111000111110111110111000101001010010000000 | e8a4a5e78fbee29480 |
UHC | 褥現─ | 111010011011001111111010110111101010011010100001 | e9b3fadea6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)