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 | 篠漆篠漆 | 1000111011000010100011101011110110001110110000101000111010111101 | 8ec28ebd8ec28ebd |
EUC-JP | 篠漆篠漆 | 1011110011000100101111001011111110111100110001001011110010111111 | bcc4bcbfbcc4bcbf |
UTF-8 | 篠漆篠漆 | 111001111010111110100000111001101011110010000110111001111010111110100000111001101011110010000110 | e7afa0e6bc86e7afa0e6bc86 |
UHC | 篠漆篠漆 | 1110000111000110111101101101010011100001110001101111011011010100 | e1c6f6d4e1c6f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)