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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 悉??悉??^ | 100011101011101100111111001111111000111010111011001111110011111101011110 | 8ebb3f3f8ebb3f3f5e |
EUC-JP | 悉??悉??^ | 101111001011110100111111001111111011110010111101001111110011111101011110 | bcbd3f3fbcbd3f3f5e |
UTF-8 | 悉뜃갨悉뜃갨^ | 11100110100000101000100111101011100111001000001111101010101100001010100011100110100000101000100111101011100111001000001111101010101100001010100001011110 | e68289eb9c83eab0a8e68289eb9c83eab0a85e |
UHC | 悉뜃갨悉뜃갨^ | 11100011111110101000110110000111100000010101001111100011111110101000110110000111100000010101001101011110 | e3fa8d878153e3fa8d8781535e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)