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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬘矩ォョ | 111010011010000110001011111010011010101110101110 | e9a18be9abae |
EUC-JP | 鬘矩ォョ | 1111001010100011101101101110101110001110101010111000111010101110 | f2a3b6eb8eab8eae |
UTF-8 | 鬘矩ォョ | 111010011010110010011000111001111001111110101001111011111011110110101011111011111011110110101110 | e9ac98e79fa9efbdabefbdae |
UHC | ?矩?? | 0011111111001111101110110011111100111111 | 3fcfbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)