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 | 弔?鷹?? | 10010010101000100011111110010001111010010011111100111111 | 92a23f91e93f3f |
EUC-JP | 弔?鷹?? | 11000100101001000011111111000010111010110011111100111111 | c4a43fc2eb3f3f |
UTF-8 | 弔렲鷹꿰렚 | 111001011011110010010100111010111010000010110010111010011011011110111001111010101011111110110000111010111010000010011010 | e5bc94eba0b2e9b7b9eabfb0eba09a |
UHC | 弔렲鷹꿰렚 | 11110000110000001000111010111111111010111110110110110010111001111000111010101101 | f0c08ebfebedb2e78ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)