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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 蚓??] | 1110010101101101001111110011111101011101 | e56d3f3f5d |
EUC-JP | 蚓??] | 1110100111001110001111110011111101011101 | e9ce3f3f5d |
UTF-8 | 蚓쇼륏] | 11101000100110101001001111101100100001111011110011101011101001011000111101011101 | e89a93ec87bceba58f5d |
UHC | 蚓쇼륏] | 11101100111000101011110011101110101101111111011101011101 | ece2bceeb7f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)