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 | 鬻視ご | 111000101111011010001110100010111000001010110010 | e2f68e8b82b2 |
EUC-JP | 鬻視ご | 111001001111100010111011111010111010010010110100 | e4f8bbeba4b4 |
UTF-8 | 鬻視ご | 111010011010110010111011111010001010011010010110111000111000000110010100 | e9acbbe8a696e38194 |
UHC | ?視ご | 0011111111100011110010101010101010110100 | 3fe3caaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)