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 | 軏擾セ礼「 | 1111101110110010100011111110111110111110100101111110011110100010 | fbb28fefbe97e7a2 |
EUC-JP | 軏擾セ礼「 | 1000111111100000110110011011111011110001100011101011111011001110111010011000111010100010 | 8fe0d9bef18ebecee98ea2 |
UTF-8 | 軏擾セ礼「 | 111010001011101110001111111001101001001110111110111011111011110110111110111001111010010010111100111011111011110110100010 | e8bb8fe693beefbdbee7a4bcefbda2 |
UHC | ?擾??? | 001111111110100011110110001111110011111100111111 | 3fe8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)