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 | 雉ー蜥帝% | 111010001011001110110000111001011001001010010010111010011000000110010011 | e8b3b0e59292e98193 |
EUC-JP | 雉ー蜥帝% | 11110000101101011000111010110000111010011111001011000100111010111010000111110011 | f0b58eb0e9f2c4eba1f3 |
UTF-8 | 雉ー蜥帝% | 111010011001101110001001111011111011110110110000111010001001110010100101111001011011100010011101111011111011110010000101 | e99b89efbdb0e89ca5e5b89defbc85 |
UHC | 雉??帝% | 1111011011001011001111110011111111110000101010001010001110100101 | f6cb3f3ff0a8a3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)