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 | 鮨種擠妤ー | 111010011011110110001110111011011001110110101001111110101010010010110000 | e9bd8eed9da9faa4b0 |
EUC-JP | 鮨種擠妤ー | 1111001010111111101111001110111111011010101010111000111110111001101011111000111010110000 | f2bfbcefdaab8fb9af8eb0 |
UTF-8 | 鮨種擠妤ー | 111010011010111010101000111001111010100010101110111001101001001110100000111001011010011010100100111011111011110110110000 | e9aea8e7a8aee693a0e5a6a4efbdb0 |
UHC | ?種??? | 001111111111000011111010001111110011111100111111 | 3ff0fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)