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 | 葯情ざ | 111001001101111010001111111011101000001010110100 | e4de8fee82b4 |
EUC-JP | 葯情ざ | 111010001110000010111110111100001010010010110110 | e8e0bef0a4b6 |
UTF-8 | 葯情ざ | 111010001001000110101111111001101000001110000101111000111000000110010110 | e891afe68385e38196 |
UHC | 葯情ざ | 111001011011010111101111110101111010101010110110 | e5b5efd7aab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)