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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隴檎刈 | 111010001010110110001100111001111000101010100000 | e8ad8ce78aa0 |
EUC-JP | 隴檎刈 | 111100001010111110111000111010011011010010100010 | f0afb8e9b4a2 |
UTF-8 | 隴檎刈 | 111010011001101010110100111001101010101010001110111001011000100010001000 | e99ab4e6aa8ee58888 |
UHC | ?檎刈 | 0011111111010000110101011110011111010100 | 3fd0d5e7d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)