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 | ??闇^ | 0011111100111111100010001100010101011110 | 3f3f88c55e |
EUC-JP | ??闇^ | 0011111100111111101100001100011101011110 | 3f3fb0c75e |
UTF-8 | 솬솩闇^ | 11101100100001101010110011101100100001101010100111101001100101111000011101011110 | ec86acec86a9e997875e |
UHC | 솬솩闇^ | 10111100110111111011110011011110111001001110000101011110 | bcdfbcdee4e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)