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 | ?贍鯊シ寘磁 | 00111111111001101101011011101001110000001011110011111010101010011000111010100101 | 3fe6d6e9c0bcfaa98ea5 |
EUC-JP | 寗贍鯊シ寘磁 | 1000111110111010111000001110110011011000111100101100001010001110101111001000111110111010111000011011110010100111 | 8fbae0ecd8f2c28ebc8fbae1bca7 |
UTF-8 | 寗贍鯊シ寘磁 | 111001011010111110010111111010001011010010001101111010011010111110001010111011111011110110111100111001011010111110011000111001111010001110000001 | e5af97e8b48de9af8aefbdbce5af98e7a381 |
UHC | 寗贍???磁 | 110100101011110011100000111010110011111100111111001111111110110110111000 | d2bce0eb3f3f3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)