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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????↑?? | 0011111100111111001111110011111110000001101010100011111100111111 | 3f3f3f3f81aa3f3f |
EUC-JP | ????↑?? | 0011111100111111001111110011111110100010101011000011111100111111 | 3f3f3f3fa2ac3f3f |
UTF-8 | 凉㏓쓷溜↑궚溜 | 111011111010010110111001111000111000111110010011111011001001001110110111111011111010011110001011111000101000011010010001111010101011011010011010111011111010011110001011 | efa5b9e38f93ec93b7efa78be28691eab69aefa78b |
UHC | 凉㏓쓷溜↑궚溜 | 1110010110111100101001111110101110011101100101001110101011111110101000011110100010000010101011111110101011111110 | e5bca7eb9d94eafea1e882afeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)