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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 蟹?h蟹 | 100010100100100100111111011010001000101001001001 | 8a493f688a49 |
EUC-JP | 蟹?h蟹 | 101100111010101000111111011010001011001110101010 | b3aa3f68b3aa |
UTF-8 | 蟹렒h蟹 | 11101000100111111011100111101011101000001001001001101000111010001001111110111001 | e89fb9eba09268e89fb9 |
UHC | 蟹렒h蟹 | 11111010101011111000111010100111011010001111101010101111 | faaf8ea768faaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)