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 | 11100100010111101000000110000111100100000100000001000010 | e45e8187904042 |
EUC-JP | 膺∞拭B | 11100111101111111010000111100111101111111010000101000010 | e7bfa1e7bfa142 |
UTF-8 | 膺∞拭B | 11101000100001101011101011100010100010001001111011100110100010111010110101000010 | e886bae2889ee68bad42 |
UHC | 膺∞拭B | 11101011111011001010000111000100111000111101010001000010 | ebeca1c4e3d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)