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 | 肢紗??? | 10001110100010001000111011010001001111110011111100111111 | 8e888ed13f3f3f |
EUC-JP | 肢紗??? | 10111011111010001011110011010011001111110011111100111111 | bbe8bcd33f3f3f |
UTF-8 | 肢紗郎亐푀 | 111010001000001010100010111001111011010010010111111011111010010010101100111001001011101010010000111011011001000110000000 | e882a2e7b497efa4ace4ba90ed9180 |
UHC | 肢紗郎亐푀 | 11110010101101101101111011101001110100101010101111101010101001111100011110100011 | f2b6dee9d2abeaa7c7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)