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 | 痺刻輯蕀 | 1110000110000011100011011000111110001111010100111110010011111001 | e1838d8f8f53e4f9 |
EUC-JP | 痺刻輯蕀 | 1110000111100011101110011110111110111101101101001110100011111011 | e1e3b9efbdb4e8fb |
UTF-8 | 痺刻輯蕀 | 111001111001011110111010111001011000100010111011111010001011110010101111111010001001010110000000 | e797bae588bbe8bcafe89580 |
UHC | 痺刻輯? | 11011101111101101100101010111110111100101111111000111111 | ddf6cabef2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)