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 | ??品枇? | 00111111001111111001010101101001100101001111100000111111 | 3f3f956994f83f |
EUC-JP | ??品枇? | 00111111001111111100100111001010110010001111101000111111 | 3f3fc9cac8fa3f |
UTF-8 | 룶臘品枇⒝ | 111010111010001110110110111011111010010010100110111001011001001110000001111001101001111010000111111000101001001010011101 | eba3b6efa4a6e59381e69e87e2929d |
UHC | 룶臘品枇⒝ | 10001111101010111101001010100010111110011010000111011101111011011010100111001110 | 8fabd2a2f9a1ddeda9ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)