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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褸嵌鈞 | 111001011111100010011011110001101110011111100000 | e5f89bc6e7e0 |
EUC-JP | 褸嵌鈞 | 111010101111101011010110110010001110111011100010 | eafad6c8eee2 |
UTF-8 | 褸嵌鈞 | 111010001010010010111000111001011011010110001100111010011000100010011110 | e8a4b8e5b58ce9889e |
UHC | 褸嵌鈞 | 110101111010111011001010111011101101000010110111 | d7aecaeed0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)