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 | ???遙? | 001111110011111100111111111010101010000100111111 | 3f3f3feaa13f |
EUC-JP | ???遙? | 001111110011111100111111111101001010001100111111 | 3f3f3ff4a33f |
UTF-8 | 僚뽨퍢遙찦 | 111011111010011010111011111010111011110110101000111011011000110110100010111010011000000110011001111011001011000010100110 | efa6bbebbda8ed8da2e98199ecb0a6 |
UHC | 僚뽨퍢遙찦 | 11101000111010001001011011100100101110111001100111101001101010111010101001000010 | e8e896e4bb99e9abaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)