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 | 瑰眛皰盒 | 1110000011110001111000011100010011100001101011001110000110110100 | e0f1e1c4e1ace1b4 |
EUC-JP | 瑰眛皰盒 | 1110000011110011111000101100011011100010101011101110001010110110 | e0f3e2c6e2aee2b6 |
UTF-8 | 瑰眛皰盒 | 111001111001000110110000111001111001110010011011111001111001101010110000111001111001101110010010 | e791b0e79c9be79ab0e79b92 |
UHC | ???盒 | 0011111100111111001111111111100111101100 | 3f3f3ff9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)