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 | サ羮タシマ称ケ | 101110111110001110111100110000001011110011001111100011111100110010111001 | bbe3bcc0bccf8fccb9 |
EUC-JP | サ羮タシマ称ケ | 1000111010111011111001101011111010001110110000001000111010111100100011101100111110111110110011101000111010111001 | 8ebbe6be8ec08ebc8ecfbece8eb9 |
UTF-8 | サ羮タシマ称ケ | 111011111011110110111011111001111011111010101110111011111011111010000000111011111011110110111100111011111011111010001111111001111010011110110000111011111011110110111001 | efbdbbe7beaeefbe80efbdbcefbe8fe7a7b0efbdb9 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)