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 | 茯常愁 | 111001001010100010001111111011011000111101000100 | e4a88fed8f44 |
EUC-JP | 茯常愁 | 111010001010101010111110111011111011110110100101 | e8aabeefbda5 |
UTF-8 | 茯常愁 | 111010001000110010101111111001011011100010111000111001101000010010000001 | e88cafe5b8b8e68481 |
UHC | 茯常愁 | 110111001101101011011111110010001110000111111110 | dcdadfc8e1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)