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 | 膩j害譫 | 1110010001010110100000101000101010001010010100011110011010011110 | e456828a8a51e69e |
EUC-JP | 膩j害譫 | 1110011110110111101000111110101010110011101100101110101111111110 | e7b7a3eab3b2ebfe |
UTF-8 | 膩j害譫 | 111010001000011010101001111011111011110110001010111001011010111010110011111010001010110110101011 | e886a9efbd8ae5aeb3e8adab |
UHC | ?j害? | 001111111010001111101010111110101010101000111111 | 3fa3eafaaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)