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 | 鰲シ莢ゥ鰲シ | 111010011110000010111100111001001011000010101001111010011110000010111100 | e9e0bce4b0a9e9e0bc |
EUC-JP | 鰲シ莢ゥ鰲シ | 111100101110001010001110101111001110100010110010100011101010100111110010111000101000111010111100 | f2e28ebce8b28ea9f2e28ebc |
UTF-8 | 鰲シ莢ゥ鰲シ | 111010011011000010110010111011111011110110111100111010001000111010100010111011111011110110101001111010011011000010110010111011111011110110111100 | e9b0b2efbdbce88ea2efbda9e9b0b2efbdbc |
UHC | 鰲?莢?鰲? | 111010001010011100111111111110101111100000111111111010001010011100111111 | e8a73ffaf83fe8a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)