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 | ?f?節ц | 0011111110000010100001100011111110010000110111111000010010001000 | 3f82863f90df8488 |
EUC-JP | 饔f?節ц | 10001111111010001110111110100011111001100011111111000000111000011010011111101000 | 8fe8efa3e63fc0e1a7e8 |
UTF-8 | 饔f첁節ц | 1110100110100101100101001110111110111101100001101110110010110010100000011110011110101111100000001101000110000110 | e9a594efbd86ecb281e7af80d186 |
UHC | 饔f첁節ц | 11101000101111011010001111100110101010101000111011101111101111011010110011101000 | e8bda3e6aa8eefbdace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)