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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 牆菰Q] | 111000001010110110001100110101000101000101011101 | e0ad8cd4515d |
EUC-JP | 牆菰Q] | 111000001010111110111000110101100101000101011101 | e0afb8d6515d |
UTF-8 | 牆菰Q] | 1110011110001001100001101110100010001111101100000101000101011101 | e78986e88fb0515d |
UHC | 牆菰Q] | 111011011110110111001101110010100101000101011101 | ededcdca515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)