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 | 貂溽エ鈴」 | 1110011010111000100111111110011110110100100101111110100110100011 | e6b89fe7b497e9a3 |
EUC-JP | 貂溽エ鈴」 | 11101100101110101101111011101001100011101011010011001110111010111000111010100011 | ecbadee98eb4ceeb8ea3 |
UTF-8 | 貂溽エ鈴」 | 111010001011001010000010111001101011101010111101111011111011110110110100111010011000100010110100111011111011110110100011 | e8b282e6babdefbdb4e988b4efbda3 |
UHC | 貂??鈴? | 11110101101100000011111100111111110101101100001000111111 | f5b03f3fd6c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)