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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | セ尞罠悉h | 1011111011111010101010111110001110101001100011101011101101101000 | befaabe3a98ebb68 |
EUC-JP | セ尞罠悉h | 10001110101111101000111110111010111010111110011010101011101111001011110101101000 | 8ebe8fbaebe6abbcbd68 |
UTF-8 | セ尞罠悉h | 11101111101111011011111011100101101100001001111011100111101111011010000011100110100000101000100101101000 | efbdbee5b09ee7bda0e6828968 |
UHC | ???悉h | 001111110011111100111111111000111111101001101000 | 3f3f3fe3fa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)