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 | 驤コ雖噂 | 11101001100010001011101011100101101010111000100101011100 | e988bae5ab895c |
EUC-JP | 驤コ雖噂 | 1111000111101000100011101011101011101010101011011011000110111101 | f1e88ebaeaadb1bd |
UTF-8 | 驤コ雖噂 | 111010011010100110100100111011111011110110111010111010011001101110010110111001011001100110000010 | e9a9a4efbdbae99b96e59982 |
UHC | ??雖? | 0011111100111111111000101100110000111111 | 3f3fe2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)