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 | 鉋搾スシ踰 | 1110011111101110100011011110111110111101101111001110011011111010 | e7ee8defbdbce6fa |
EUC-JP | 鉋搾スシ踰 | 11101110111100001011101011110001100011101011110110001110101111001110110011111100 | eef0baf18ebd8ebcecfc |
UTF-8 | 鉋搾スシ踰 | 111010011000100110001011111001101001000010111110111011111011110110111101111011111011110110111100111010001011100010110000 | e9898be690beefbdbdefbdbce8b8b0 |
UHC | ?搾??踰 | 00111111111100111011011000111111001111111110101110110010 | 3ff3b63f3febb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)