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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑪簇箘筝 | 1110000011110011111000101100011011100010101011101110001010110110 | e0f3e2c6e2aee2b6 |
EUC-JP | 瑪簇箘筝 | 1110000011110101111001001100100011100100101100001110010010111000 | e0f5e4c8e4b0e4b8 |
UTF-8 | 瑪簇箘筝 | 111001111001000110101010111001111011000010000111111001111010111010011000111001111010110110011101 | e791aae7b087e7ae98e7ad9d |
UHC | 瑪簇?? | 110110001010010111110000111010100011111100111111 | d8a5f0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)