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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シタショ湿睨 | 10111100110000001011110010101110111100001010011110001110101111001110000111001001 | bcc0bcaef0a78ebce1c9 |
EUC-JP | シタショ?湿睨 | 10001110101111001000111011000000100011101011110010001110101011100011111110111100101111101110001011001011 | 8ebc8ec08ebc8eae3fbcbee2cb |
UTF-8 | シタショ湿睨 | 111011111011110110111100111011111011111010000000111011111011110110111100111011111011110110101110111011101000000110100110111001101011100110111111111001111001110110101000 | efbdbcefbe80efbdbcefbdaeee81a6e6b9bfe79da8 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)