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 | サ羮タシマ称 | 1011101111100011101111001100000010111100110011111000111111001100 | bbe3bcc0bccf8fcc |
EUC-JP | サ羮タシマ称 | 100011101011101111100110101111101000111011000000100011101011110010001110110011111011111011001110 | 8ebbe6be8ec08ebc8ecfbece |
UTF-8 | サ羮タシマ称 | 111011111011110110111011111001111011111010101110111011111011111010000000111011111011110110111100111011111011111010001111111001111010011110110000 | efbdbbe7beaeefbe80efbdbcefbe8fe7a7b0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)