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 | À¹Á×E | 1100000010111001110000011101011101000101 | c0b9c1d745 |
SJIS-WIN | ???×E | 001111110011111100111111100000010111111001000101 | 3f3f3f817e45 |
EUC-JP | À?Á×E | 10001111101010101010001000111111100011111010101010100001101000011101111101000101 | 8faaa23f8faaa1a1df45 |
UTF-8 | À¹Á×E | 110000111000000011000010101110011100001110000001110000111001011101000101 | c380c2b9c381c39745 |
UHC | ?¹?×E | 00111111101010011111011000111111101000011011111101000101 | 3fa9f63fa1bf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)