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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 纊?h纊? | 11111010010111000011111101101000111110100101110000111111 | fa5c3f68fa5c3f |
EUC-JP | 纊?h纊? | 100011111101010011100011001111110110100010001111110101001110001100111111 | 8fd4e33f688fd4e33f |
UTF-8 | 纊⌦h纊⌦ | 11100111101110101000101011100010100011001010011001101000111001111011101010001010111000101000110010100110 | e7ba8ae28ca668e7ba8ae28ca6 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)