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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 全?鬱? | 100100010101001100111111100111110101010000111111 | 91533f9f543f |
EUC-JP | 全?鬱? | 110000011011010000111111110111011011010100111111 | c1b43fddb53f |
UTF-8 | 全렣鬱ㅷ | 111001011000010110101000111010111010000010100011111010011010110010110001111000111000010110110111 | e585a8eba0a3e9acb1e385b7 |
UHC | 全렣鬱ㅷ | 1110111011101111100011101011010011101010101001101010010011100111 | eeef8eb4eaa6a4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)