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 | 獰??惹? | 11100000110101100011111100111111100011101110010000111111 | e0d63f3f8ee43f |
EUC-JP | 獰??惹? | 11100000110110000011111100111111101111001110011000111111 | e0d83f3fbce63f |
UTF-8 | 獰앯윪惹싪 | 111001111000110110110000111011001001010110101111111011001001110010101010111001101000001110111001111011001000101110101010 | e78db0ec95afec9caae683b9ec8baa |
UHC | 獰앯윪惹싪 | 11100111101111101001110111100111100111111010100111100101101010011001101011101000 | e7be9de79fa9e5a99ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)