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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 隱?擧^ | 111010001010101000111111100111011010011101011110 | e8aa3f9da75e |
EUC-JP | 隱?擧^ | 111100001010110000111111110110101010100101011110 | f0ac3fdaa95e |
UTF-8 | 隱튬擧^ | 11101001100110101011000111101101100010101010110011100110100100111010011101011110 | e99ab1ed8aace693a75e |
UHC | 隱튬擧^ | 11101011110111111100011010101100110010111110000101011110 | ebdfc6accbe15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)