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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | ?ワ?h? | 001111111000001110001111001111110110100000111111 | 3f838f3f683f |
EUC-JP | ?ワ?h? | 001111111010010111101111001111110110100000111111 | 3fa5ef3f683f |
UTF-8 | 筽ワ쉭h筽 | 11100111101011011011110111100011100000111010111111101100100010011010110101101000111001111010110110111101 | e7adbde383afec89ad68e7adbd |
UHC | 筽ワ쉭h筽 | 111010001010010010101011111011111011110110101101011010001110100010100100 | e8a4abefbdad68e8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)