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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 縕???? | 10001111110101001100001000111111001111110011111100111111 | 8fd4c23f3f3f3f |
UTF-8 | 縕끻묍樂덨 | 111001111011100010010101111010111000000110111011111010111010110010001101111011111010011010111111111010111000110110101000 | e7b895eb81bbebac8defa6bfeb8da8 |
UHC | 縕끻묍樂덨 | 11101000101100101000010111100101101110011010001111101000111110011000100101000010 | e8b285e5b9a3e8f98942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)