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 | 窪?跏?? | 10001100010001010011111111100110111001100011111100111111 | 8c453fe6e63f3f |
EUC-JP | 窪?跏侁? | 101101111010011000111111111011001110100010001111101100001111110000111111 | b7a63fece88fb0fc3f |
UTF-8 | 窪찌跏侁렑 | 111001111010101010101010111011001011000010001100111010001011011110001111111001001011111010000001111010111010000010010001 | e7aaaaecb08ce8b78fe4be81eba091 |
UHC | 窪찌跏侁렑 | 11101000110000011100001011101110110010101011101011100011111000001000111010100110 | e8c1c2eecabae3e08ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)