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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奪俗側棚形 | 10010010010001001001000110101101100100011010010010010010010010011000110001100000 | 924491ad91a492498c60 |
EUC-JP | 奪俗側棚形 | 11000011101001011100001010101111110000101010011011000011101010101011011111000001 | c3a5c2afc2a6c3aab7c1 |
UTF-8 | 奪俗側棚形 | 111001011010010110101010111001001011111110010111111001011000000110110100111001101010001110011010111001011011110110100010 | e5a5aae4bf97e581b4e6a39ae5bda2 |
UHC | 奪俗側棚形 | 11110111101011001110000111010100111101101011000011011101110111001111101110100001 | f7ace1d4f6b0dddcfba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)