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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 議遯跏? | 10001011011000111110011110101010111001101110011000111111 | 8b63e7aae6e63f |
EUC-JP | 議遯跏? | 10110101110001001110111010101100111011001110100000111111 | b5c4eeacece83f |
UTF-8 | 議遯跏롊 | 111010001010110110110000111010011000000110101111111010001011011110001111111010111010000110001010 | e8adb0e981afe8b78feba18a |
UHC | 議遯跏롊 | 1110110010100001110101001110111011001010101110101000111011010000 | eca1d4eecaba8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)