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 | 鞁咤韈怐 | 1110100011011001100110100100001011101000111001111001110010000001 | e8d99a42e8e79c81 |
EUC-JP | 鞁咤韈怐 | 1111000011011011110100111010001111110000111010011101011111100001 | f0dbd3a3f0e9d7e1 |
UTF-8 | 鞁咤韈怐 | 111010011001111010000001111001011001001010100100111010011001111110001000111001101000000010010000 | e99e81e592a4e99f88e68090 |
UHC | ?咤?? | 0011111111110110111000110011111100111111 | 3ff6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)