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 | ???豊 | 0011111100111111001111111001011001001100 | 3f3f3f964c |
EUC-JP | ???豊 | 0011111100111111001111111100101110101101 | 3f3f3fcbad |
UTF-8 | 롊롅롋豊 | 111010111010000110001010111010111010000110000101111010111010000110001011111010001011000110001010 | eba18aeba185eba18be8b18a |
UHC | 롊롅롋豊 | 1000111011010000100011101100101110001110110100011111100110100101 | 8ed08ecb8ed1f9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)