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 | Þúë¢? | 1101111011111010111010111010001000111111 | defaeba23f |
SJIS-WIN | ???¢蹉 | 00111111001111110011111110000001100100011110011101000001 | 3f3f3f8191e741 |
EUC-JP | Þúë¢蹉 | 10001111101010011011000010001111101010111110001010001111101010111011001110100001111100011110110110100010 | 8fa9b08fabe28fabb3a1f1eda2 |
UTF-8 | Þúë¢蹉 | 1100001110011110110000111011101011000011101010111100001010100010111010001011100110001001 | c39ec3bac3abc2a2e8b989 |
UHC | Þ???蹉 | 10101000101011010011111100111111001111111111001110110010 | a8ad3f3f3ff3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)