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 | 錺濠減觴 | 1110100001000100100011011000101010001100101110001110011001011011 | e8448d8a8cb8e65b |
EUC-JP | 錺濠減觴 | 1110111110100101101110011110101010111000101110101110101110111100 | efa5b9eab8baebbc |
UTF-8 | 錺濠減觴 | 111010011000110010111010111001101011111110100000111001101011100010011011111010001010011110110100 | e98cbae6bfa0e6b89be8a7b4 |
UHC | ?濠減觴 | 00111111111110111100110011001010111101011101111111011000 | 3ffbcccaf5dfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)