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 | ?危玉 | 0011111110001010111010111000101111001010 | 3f8aeb8bca |
EUC-JP | ?危玉 | 0011111110110100111011011011011011001100 | 3fb4edb6cc |
UTF-8 | 장危玉 | 111011001001111010100101111001011000110110110001111001111000111010001001 | ec9ea5e58db1e78e89 |
UHC | 장危玉 | 110000001110010111101010110010111110100010101100 | c0e5eacbe8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)