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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 苞随秋vB | 1110010010011010100100001000111110001111010010000111011001000010 | e49a908f8f487642 |
EUC-JP | 苞随秋vB | 1110011111111010101111111110111110111101101010010111011001000010 | e7fabfefbda97642 |
UTF-8 | 苞随秋vB | 1110100010001011100111101110100110011010100011111110011110100111100010110111011001000010 | e88b9ee99a8fe7a78b7642 |
UHC | 苞?秋vB | 11111000111000100011111111110101110101010111011001000010 | f8e23ff5d57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)