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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雹シ゚ジ霪 | 1110100010111001101111001101111110111100110111101110100011000100 | e8b9bcdfbcdee8c4 |
EUC-JP | 雹シ゚ジ霪 | 111100001011101110001110101111001000111011011111100011101011110010001110110111101111000011000110 | f0bb8ebc8edf8ebc8edef0c6 |
UTF-8 | 雹シ゚ジ霪 | 111010011001101110111001111011111011110110111100111011111011111010011111111011111011110110111100111011111011111010011110111010011001110010101010 | e99bb9efbdbcefbe9fefbdbcefbe9ee99caa |
UHC | 雹????? | 11011010110111110011111100111111001111110011111100111111 | dadf3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)