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 | 豎夥膜寘「 | 111001101011000110011010111011001001011010001100111110101010100110100010 | e6b19aec968cfaa9a2 |
EUC-JP | 豎夥膜寘「 | 1110110010110011110101001110111011001011111011001000111110111010111000011000111010100010 | ecb3d4eecbec8fbae18ea2 |
UTF-8 | 豎夥膜寘「 | 111010001011000110001110111001011010010010100101111010001000011010011100111001011010111110011000111011111011110110100010 | e8b18ee5a4a5e8869ce5af98efbda2 |
UHC | ??膜?? | 001111110011111111011000101011110011111100111111 | 3f3fd8af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)