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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???爾? | 001111110011111100111111100011101010001000111111 | 3f3f3f8ea23f |
EUC-JP | ???爾? | 001111110011111100111111101111001010010000111111 | 3f3f3fbca43f |
UTF-8 | 銳얘퀡爾퀯 | 111010011000101010110011111011001001011010011000111011011000000010100001111001111000100010111110111011011000000010101111 | e98ab3ec9698ed80a1e788beed80af |
UHC | 銳얘퀡爾퀯 | 11100111111001011011111011101010101100111001010111101100101100111011010001000010 | e7e5beeab395ecb3b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)