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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉀ャ鉀 | 1111011111110101111110111100010110101100111100000101000011110111111101011111101111000101 | f7f5fbc5acf050f7f5fbc5 |
EUC-JP | ?鉀ャ??鉀 | 0011111110001111111000111101100010001110101011000011111100111111100011111110001111011000 | 3f8fe3d88eac3f3f8fe3d8 |
UTF-8 | 鉀ャ鉀 | 111011101001011110011000111010011000100110000000111011111011110110101100111011101000000010010000111011101001011110011000111010011000100110000000 | ee9798e98980efbdacee8090ee9798e98980 |
UHC | ?鉀???鉀 | 0011111111001011101001010011111100111111001111111100101110100101 | 3fcba53f3f3fcba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)