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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 我?G | 10001001111001000011111101000111 | 89e43f47 |
EUC-JP | 我?G | 10110010111001100011111101000111 | b2e63f47 |
UTF-8 | 我먦G | 11100110100010001001000111101011101010001010011001000111 | e68891eba8a647 |
UHC | 我먦G | 1110010010110010100100001110001101000111 | e4b290e347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)