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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??序?◆^ | 0011111100111111100011111001100000111111100000011001111101011110 | 3f3f8f983f819f5e |
EUC-JP | ??序?◆^ | 0011111100111111101111011111100000111111101000101010000101011110 | 3f3fbdf83fa2a15e |
UTF-8 | 룫立序◈◆^ | 11101011101000111010101111101111101001111011011111100101101110101000111111100010100101111000100011100010100101111000011001011110 | eba3abefa7b7e5ba8fe29788e297865e |
UHC | 룫立序◈◆^ | 1000111110100010111011011010000111011111111011011010001011000010101000011101111101011110 | 8fa2eda1dfeda2c2a1df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)