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 | ???^? | 0011111100111111001111110101111000111111 | 3f3f3f5e3f |
SJIS-WIN | 苞随秋^薊 | 111001001001101010010000100011111000111101001000010111101110010101001000 | e49a908f8f485ee548 |
EUC-JP | 苞随秋^薊 | 111001111111101010111111111011111011110110101001010111101110100110101001 | e7fabfefbda95ee9a9 |
UTF-8 | 苞随秋^薊 | 11101000100010111001111011101001100110101000111111100111101001111000101101011110111010001001011010001010 | e88b9ee99a8fe7a78b5ee8968a |
UHC | 苞?秋^? | 11111000111000100011111111110101110101010101111000111111 | f8e23ff5d55e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)