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 | 燿???? | 111000001010000000111111001111110011111100111111 | e0a03f3f3f3f |
EUC-JP | 燿???? | 111000001010001000111111001111110011111100111111 | e0a23f3f3f3f |
UTF-8 | 燿먪킋說삥 | 111001111000011110111111111010111010100010101010111011011000001010001011111011111010011010100001111011001000001010100101 | e787bfeba8aaed828befa6a1ec82a5 |
UHC | 燿먪킋說삥 | 11101000111111001001000011100111101101001001011111100110111100101011101111100110 | e8fc90e7b497e6f2bbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)