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 | 檍??押 | 100111101111100000111111001111111000100110011111 | 9ef83f3f899f |
EUC-JP | 檍?ʼn押 | 1101110011111010001111111000111110101001110010101011001010100001 | dcfa3f8fa9cab2a1 |
UTF-8 | 檍됰ʼn押 | 1110011010101010100011011110101110010000101100001100010110001001111001101000101010111100 | e6aa8deb90b0c589e68abc |
UHC | 檍됰ʼn押 | 1110010111100101100010011110101110101001101100001110010011100011 | e5e589eba9b0e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)