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 | 跿嬢圖 | 111001101111001110001111111011001001101010100100 | e6f38fec9aa4 |
EUC-JP | 跿嬢圖 | 111011001111010110111110111011101101010010100110 | ecf5beeed4a6 |
UTF-8 | 跿嬢圖 | 111010001011011110111111111001011010110010100010111001011001110010010110 | e8b7bfe5aca2e59c96 |
UHC | ??圖 | 00111111001111111101001111110001 | 3f3fd3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)