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 | 葯奢凄 | 111001001101111010011010111110001001000010100110 | e4de9af890a6 |
EUC-JP | 葯奢凄 | 111010001110000011010100111110101100000010101000 | e8e0d4fac0a8 |
UTF-8 | 葯奢凄 | 111010001001000110101111111001011010010110100010111001011000011110000100 | e891afe5a5a2e58784 |
UHC | 葯奢凄 | 111001011011010111011110110011101111010010100010 | e5b5decef4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)