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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 小箱?淅 | 10001111101011001001010010100000001111111001111111000110 | 8fac94a03f9fc6 |
EUC-JP | 小箱?淅 | 10111110101011101100100010100010001111111101111011001000 | beaec8a23fdec8 |
UTF-8 | 小箱巢淅 | 111001011011000010001111111001111010111010110001111001011011011110100010111001101011011110000101 | e5b08fe7aeb1e5b7a2e6b785 |
UHC | 小箱巢淅 | 1110000110110011110111111101010111100001101101011110000010110010 | e1b3dfd5e1b5e0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)