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 | 筌κ???? | 1110001010100011100000111100100000111111001111110011111100111111 | e2a383c83f3f3f3f |
EUC-JP | 筌κ???? | 1110010010100101101001101100101000111111001111110011111100111111 | e4a5a6ca3f3f3f3f |
UTF-8 | 筌κ퀬溜뗫젩 | 1110011110101101100011001100111010111010111011011000000010101100111011111010011110001011111010111001011110101011111011001010000010101001 | e7ad8ccebaed80acefa78beb97abeca0a9 |
UHC | 筌κ퀬溜뗫젩 | 111011111010011110100101111010101011001110100000111010101111111010001011111010111010000010100001 | efa7a5eab3a0eafe8beba0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)