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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 粧?h粧? | 10001111110011110011111101101000100011111100111100111111 | 8fcf3f688fcf3f |
EUC-JP | 粧?h粧? | 10111110110100010011111101101000101111101101000100111111 | bed13f68bed13f |
UTF-8 | 粧렒h粧렒 | 11100111101100101010011111101011101000001001001001101000111001111011001010100111111010111010000010010010 | e7b2a7eba09268e7b2a7eba092 |
UHC | 粧렒h粧렒 | 111011011111001010001110101001110110100011101101111100101000111010100111 | edf28ea768edf28ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)