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 | 筌??揄? | 11100010101000110011111100111111100111011000100100111111 | e2a33f3f9d893f |
EUC-JP | 筌??揄? | 11100100101001010011111100111111110110011110100100111111 | e4a53f3fd9e93f |
UTF-8 | 筌듦였揄륛 | 111001111010110110001100111010111001001110100110111011001001100010000000111001101000111110000100111010111010010110011011 | e7ad8ceb93a6ec9880e68f84eba59b |
UHC | 筌듦였揄륛 | 11101111101001111011010111101010101111111011010011101010111100011001000001000010 | efa7b5eabfb4eaf19042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)