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 | ??タ?? | 001111110011111110000011010111100011111100111111 | 3f3f835e3f3f |
EUC-JP | ??タ?? | 001111110011111110100101101111110011111100111111 | 3f3fa5bf3f3f |
UTF-8 | 룶쨵タ룵句 | 111010111010001110110110111011001010100010110101111000111000001010111111111010111010001110110101111011111010010010000110 | eba3b6eca8b5e382bfeba3b5efa486 |
UHC | 룶쨵タ룵句 | 10001111101010111010010010001111101010111011111110001111101010101100111111111011 | 8faba48fabbf8faacffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)