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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 依l?豫? | 1000100011001011100000101000110000111111100110001010110000111111 | 88cb828c3f98ac3f |
EUC-JP | 依l?豫? | 1011000011001101101000111110110000111111110100001010111000111111 | b0cda3ec3fd0ae3f |
UTF-8 | 依l뵇豫컃 | 111001001011111010011101111011111011110110001100111010111011010110000111111010001011000110101011111011001011101110000011 | e4be9defbd8cebb587e8b1abecbb83 |
UHC | 依l뵇豫컃 | 11101011111011101010001111101100100101001000110111100111111000111011000001101000 | ebeea3ec948de7e3b068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)