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 | 諸墓搏雉ェ | 111110111010100110010101111001101001110110010011111010001011001110101010 | fba995e69d93e8b3aa |
EUC-JP | ?墓搏雉ェ | 001111111100101011101000110110011111001111110000101101011000111010101010 | 3fcae8d9f3f0b58eaa |
UTF-8 | 諸墓搏雉ェ | 111011111010100010100010111001011010001010010011111001101001000010001111111010011001101110001001111011111011110110101010 | efa8a2e5a293e6908fe99b89efbdaa |
UHC | ?墓搏雉? | 0011111111011001110101111101101011010001111101101100101100111111 | 3fd9d7dad1f6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)