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 | 霍帷スケ隘ソ | 111010001011011110011011111001111011110110111001111010001010010110111111 | e8b79be7bdb9e8a5bf |
EUC-JP | 霍帷スケ隘ソ | 111100001011100111010110111010011000111010111101100011101011100111110000101001111000111010111111 | f0b9d6e98ebd8eb9f0a78ebf |
UTF-8 | 霍帷スケ隘ソ | 111010011001110010001101111001011011100010110111111011111011110110111101111011111011110110111001111010011001101010011000111011111011110110111111 | e99c8de5b8b7efbdbdefbdb9e99a98efbdbf |
UHC | ????隘? | 00111111001111110011111100111111111001001111011000111111 | 3f3f3f3fe4f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)