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 | 雲??幽 | 100010010101111100111111001111111001011101001000 | 895f3f3f9748 |
EUC-JP | 雲??幽 | 101100011100000000111111001111111100110110101001 | b1c03f3fcda9 |
UTF-8 | 雲득섐幽 | 111010011001101110110010111010111001001110011101111011001000010010010000111001011011100110111101 | e99bb2eb939dec8490e5b9bd |
UHC | 雲득섐幽 | 1110101010100011101101011110011010111100101010111110101011101011 | eaa3b5e6bcabeaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)