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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 凉듬젛廉띾젫 | 111011111010010110111001111010111001001110101100111011001010000010011011111011111010011010100010111010111001110110111110111011001010000010101011 | efa5b9eb93aceca09befa6a2eb9dbeeca0ab |
UHC | 凉듬젛廉띾젫 | 111001011011110010110101111010111010000010010111111001101111010110001101111010111010000010100011 | e5bcb5eba097e6f58deba0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)