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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 熱?] | 10010100010011010011111101011101 | 944d3f5d |
EUC-JP | 熱?] | 11000111101011100011111101011101 | c7ae3f5d |
UTF-8 | 熱얫] | 11100111100001101011000111101100100101101010101101011101 | e786b1ec96ab5d |
UHC | 熱얫] | 1110011011110000100111100101000101011101 | e6f09e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)