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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?災? | 00111111100011011101000000111111 | 3f8dd03f |
EUC-JP | ?災? | 00111111101110101101001000111111 | 3fbad23f |
UTF-8 | 샴災모 | 111011001000001110110100111001111000000110111101111010111010101010101000 | ec83b4e781bdebaaa8 |
UHC | 샴災모 | 101111001010010011101110101011001011100011110000 | bca4eeacb8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)