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 | 題?音褐?漬 | 10010001111010000011111110001001101110011000101010001100001111111001001011010000 | 91e83f89b98a8c3f92d0 |
EUC-JP | 題?音褐?漬 | 11000010111010100011111110110010101110111011001111101100001111111100010011010010 | c2ea3fb2bbb3ec3fc4d2 |
UTF-8 | 題렍音褐毗漬 | 111010011010000110001100111010111010000010001101111010011001111110110011111010001010010010010000111001101010111110010111111001101011110010101100 | e9a18ceba08de99fb3e8a490e6af97e6bcac |
UHC | 題렍音褐毗漬 | 111100001011100110001110101000111110101111100101110010101110100011011101111100011111001010110000 | f0b98ea3ebe5cae8ddf1f2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)