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 | 謔誤骨縺 | 1110011010000010100011001110101110001101100111001110001110000001 | e6828ceb8d9ce381 |
EUC-JP | 謔誤骨縺 | 1110101111100010101110001110110110111001111111001110010111100001 | ebe2b8edb9fce5e1 |
UTF-8 | 謔誤骨縺 | 111010001010110010010100111010001010101010100100111010011010101010101000111001111011100010111010 | e8ac94e8aaa4e9aaa8e7b8ba |
UHC | 謔誤骨? | 11111001110011001110100010100110110011011110100100111111 | f9cce8a6cde93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)