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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 燿????? | 11100000101000000011111100111111001111110011111100111111 | e0a03f3f3f3f3f |
EUC-JP | 燿????? | 11100000101000100011111100111111001111110011111100111111 | e0a23f3f3f3f3f |
UTF-8 | 燿먪킋說삥틵 | 111001111000011110111111111010111010100010101010111011011000001010001011111011111010011010100001111011001000001010100101111011011000101110110101 | e787bfeba8aaed828befa6a1ec82a5ed8bb5 |
UHC | 燿먪킋說삥틵 | 111010001111110010010000111001111011010010010111111001101111001010111011111001101011101010011100 | e8fc90e7b497e6f2bbe6ba9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)