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 | 簇葛? | 1110001011000110100010101000101100111111 | e2c68a8b3f |
EUC-JP | 簇葛? | 1110010011001000101100111110101100111111 | e4c8b3eb3f |
UTF-8 | 簇葛쏭 | 111001111011000010000111111010001001000110011011111011001000111110101101 | e7b087e8919bec8fad |
UHC | 簇葛쏭 | 111100001110101011001010111001111011110111110110 | f0eacae7bdf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)