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 | ?氏’ | 0011111110001110100000011000000101100110 | 3f8e818166 |
EUC-JP | ?氏’ | 0011111110111011111000011010000111000111 | 3fbbe1a1c7 |
UTF-8 | 룶氏’ | 111010111010001110110110111001101011000010001111111000101000000010011001 | eba3b6e6b08fe28099 |
UHC | 룶氏’ | 100011111010101111100100101010111010000110101111 | 8fabe4aba1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)