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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 褥作┷H | 11100101111100011000110111101100100001001011100001001000 | e5f18dec84b848 |
EUC-JP | 褥作┷H | 11101010111100111011101011101110101010001011101001001000 | eaf3baeea8ba48 |
UTF-8 | 褥作┷H | 11101000101001001010010111100100101111011001110011100010100101001011011101001000 | e8a4a5e4bd9ce294b748 |
UHC | 褥作┷H | 11101001101100111110110111000010101001101011101001001000 | e9b3edc2a6ba48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)