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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 釶ス驕ゃ陬 | 1110011111011111101111011110100110000001100000101110000111110010101000111110100010100011 | e7dfbde98182e1f2a3e8a3 |
EUC-JP | 釶ス驕ゃ?陬 | 1110111011100001100011101011110111110001111000011010010011100011001111111111000010100101 | eee18ebdf1e1a4e33ff0a5 |
UTF-8 | 釶ス驕ゃ陬 | 111010011000011110110110111011111011110110111101111010011010100110010101111000111000001010000011111011101000011110011010111010011001100110101100 | e987b6efbdbde9a995e38283ee879ae999ac |
UHC | ??驕ゃ?? | 0011111100111111110011101111011010101010111000110011111100111111 | 3f3fcef6aae33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)