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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?氏? | 00111111100011101000000100111111 | 3f8e813f |
EUC-JP | ?氏? | 00111111101110111110000100111111 | 3fbbe13f |
UTF-8 | 룶氏룫 | 111010111010001110110110111001101011000010001111111010111010001110101011 | eba3b6e6b08feba3ab |
UHC | 룶氏룫 | 100011111010101111100100101010111000111110100010 | 8fabe4ab8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)