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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 獺唏o | 1110000011011010100110100100100001101111 | e0da9a486f |
EUC-JP | 獺唏o | 1110000011011100110100111010100101101111 | e0dcd3a96f |
UTF-8 | 獺唏o | 11100111100011011011101011100101100101001000111101101111 | e78dbae5948f6f |
UHC | 獺?o | 11010011101101110011111101101111 | d3b73f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)