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 | 茯常? | 1110010010101000100011111110110100111111 | e4a88fed3f |
EUC-JP | 茯常? | 1110100010101010101111101110111100111111 | e8aabeef3f |
UTF-8 | 茯常거 | 111010001000110010101111111001011011100010111000111010101011000110110000 | e88cafe5b8b8eab1b0 |
UHC | 茯常거 | 110111001101101011011111110010001011000011000101 | dcdadfc8b0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)