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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 粹ゅ盾B | 11100010111011011000001011100011100011111000001001000010 | e2ed82e38f8242 |
EUC-JP | 粹ゅ盾B | 11100100111011111010010011100101101111011110001001000010 | e4efa4e5bde242 |
UTF-8 | 粹ゅ盾B | 11100111101100101011100111100011100000101000010111100111100110111011111001000010 | e7b2b9e38285e79bbe42 |
UHC | 粹ゅ盾B | 11100010101101101010101011100101111000101110101001000010 | e2b6aae5e2ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)