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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 釈縞貪BF | 11110000110110001000111011011111100011101100100011100110110000110100001001000110 | f0d88edf8ec8e6c34246 |
EUC-JP | ?釈縞貪BF | 001111111011110011100001101111001100101011101100110001010100001001000110 | 3fbce1bccaecc54246 |
UTF-8 | 釈縞貪BF | 1110111010000010100101111110100110000111100010001110011110111000100111101110100010110010101010100100001001000110 | ee8297e98788e7b89ee8b2aa4246 |
UHC | ??縞貪BF | 0011111100111111111110111101011011110111101100010100001001000110 | 3f3ffbd6f7b14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)