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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雲?飮?? | 10001001010111110011111110011111010110100011111100111111 | 895f3f9f5a3f3f |
EUC-JP | 雲?飮?? | 10110001110000000011111111011101101110110011111100111111 | b1c03fddbb3f3f |
UTF-8 | 雲렱飮ㅹ렞 | 111010011001101110110010111010111010000010110001111010011010001110101110111000111000010110111001111010111010000010011110 | e99bb2eba0b1e9a3aee385b9eba09e |
UHC | 雲렱飮ㅹ렞 | 11101010101000111000111010111110111010111110011010100100111010011000111010101111 | eaa38ebeebe6a4e98eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)