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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襍ア驢肴 | 11101000101101011011000111101001100001101000110111100110 | e8b5b1e9868de6 |
EUC-JP | 襍ア驢肴 | 1111000010110111100011101011000111110001111001101011101011101000 | f0b78eb1f1e6bae8 |
UTF-8 | 襍ア驢肴 | 111010001010010110001101111011111011110110110001111010011010100110100010111010001000001010110100 | e8a58defbdb1e9a9a2e882b4 |
UHC | ??驢肴 | 001111110011111111010101111100001111110110100010 | 3f3fd5f0fda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)