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 | 雲?????? | 1000100101011111001111110011111100111111001111110011111100111111 | 895f3f3f3f3f3f3f |
EUC-JP | 雲?????? | 1011000111000000001111110011111100111111001111110011111100111111 | b1c03f3f3f3f3f3f |
UTF-8 | 雲띳렰몄렟淚렱 | 111010011001101110110010111010111001110110110011111010111010000010110000111010111010101010000100111010111010000010011111111011111010010110001101111010111010000010110001 | e99bb2eb9db3eba0b0ebaa84eba09fefa58deba0b1 |
UHC | 雲띳렰몄렟淚렱 | 1110101010100011101101101111000110001110101111011011100011101100100011101011000011010010111001111000111010111110 | eaa3b6f18ebdb8ec8eb0d2e78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)