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 | 暎ラ?恂 | 10011101111100111000001110001001001111111001110010010110 | 9df383893f9c96 |
EUC-JP | 暎ラ?恂 | 11011010111101011010010111101001001111111101011111110110 | daf5a5e93fd7f6 |
UTF-8 | 暎ラ벱恂 | 111001101001101010001110111000111000001110101001111010111011001010110001111001101000000110000010 | e69a8ee383a9ebb2b1e68182 |
UHC | 暎ラ벱恂 | 1110011110110010101010111110100110111010101010011110001011100001 | e7b2abe9baa9e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)