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 | 筌κ엽溜㏐킃 | 1110011110101101100011001100111010111010111011001001011110111101111011111010011110001011111000111000111110010000111011011000001010000011 | e7ad8ccebaec97bdefa78be38f90ed8283 |
UHC | 筌κ엽溜㏐킃 | 111011111010011110100101111010101011111110110001111010101111111010100111111010101011010010001111 | efa7a5eabfb1eafea7eab48f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)