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 | 雎惹ク | 1110100010110001100011101110010010111000 | e8b18ee4b8 |
EUC-JP | 雎惹ク | 111100001011001110111100111001101000111010111000 | f0b3bce68eb8 |
UTF-8 | 雎惹ク | 111010011001101110001110111001101000001110111001111011111011110110111000 | e99b8ee683b9efbdb8 |
UHC | 雎惹? | 1110111011010001111001011010100100111111 | eed1e5a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)