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 | 羮級勧 | 111000111011110010001011100010011000101010101001 | e3bc8b898aa9 |
EUC-JP | 羮級勧 | 111001101011111010110101111010011011010010101011 | e6beb5e9b4ab |
UTF-8 | 羮級勧 | 111001111011111010101110111001111011010010011010111001011000101110100111 | e7beaee7b49ae58ba7 |
UHC | ?級? | 00111111110100001110010000111111 | 3fd0e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)