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 | ??旭?寃? | 0011111100111111100010001010111000111111100110111000001100111111 | 3f3f88ae3f9b833f |
EUC-JP | ??旭?寃? | 0011111100111111101100001011000000111111110101011110001100111111 | 3f3fb0b03fd5e33f |
UTF-8 | 亐렕旭렔寃낍 | 111001001011101010010000111010111010000010010101111001101001011110101101111010111010000010010100111001011010111110000011111010111000001010001101 | e4ba90eba095e697adeba094e5af83eb828d |
UHC | 亐렕旭렔寃낍 | 111010101010011110001110101010101110100111101111100011101010100111101010101100101011001110100111 | eaa78eaae9ef8ea9eab2b3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)