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 | ???鼇??? | 0011111100111111001111111110101010000111001111110011111100111111 | 3f3f3fea873f3f3f |
EUC-JP | ???鼇??? | 0011111100111111001111111111001111100111001111110011111100111111 | 3f3f3ff3e73f3f3f |
UTF-8 | 凉붾젧鼇귣젲裂 | 111011111010010110111001111010111011011010111110111011001010000010100111111010011011110010000111111010101011011110100011111011001010000010110010111011111010011010100000 | efa5b9ebb6beeca0a7e9bc87eab7a3eca0b2efa6a0 |
UHC | 凉붾젧鼇귣젲裂 | 1110010110111100100101001110101110100000100111111110100010101000100000101110101110100000101001101110011011110001 | e5bc94eba09fe8a882eba0a6e6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)