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 | 雲?椅?? | 10001001010111110011111110001000110101100011111100111111 | 895f3f88d63f3f |
EUC-JP | 雲?椅?? | 10110001110000000011111110110000110110000011111100111111 | b1c03fb0d83f3f |
UTF-8 | 雲렯椅쇱렟 | 111010011001101110110010111010111010000010101111111001101010010010000101111011001000011110110001111010111010000010011111 | e99bb2eba0afe6a485ec87b1eba09f |
UHC | 雲렯椅쇱렟 | 11101010101000111000111010111100111010111111010110111100111011001000111010110000 | eaa38ebcebf5bcec8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)