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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯「蝟懌雷 | 111010011010110010100010111001011001011010011100111000101001011110001011 | e9aca2e5969ce2978b |
EUC-JP | 鬯「蝟懌雷 | 11110010101011101000111010100010111010011111011011011000111001001100110111101011 | f2ae8ea2e9f6d8e4cdeb |
UTF-8 | 鬯「蝟懌雷 | 111010011010110010101111111011111011110110100010111010001001110110011111111001101000011110001100111010011001101110110111 | e9acafefbda2e89d9fe6878ce99bb7 |
UHC | ??蝟?雷 | 00111111001111111110101011011010001111111101011011110100 | 3f3feada3fd6f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)