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 | 毬陽俾陽 | 1001111101111011100101110111101010011000111010101001011101111010 | 9f7b977a98ea977a |
EUC-JP | 毬陽俾陽 | 1101110111011100110011011101101111010000111011001100110111011011 | dddccddbd0eccddb |
UTF-8 | 毬陽俾陽 | 111001101010111110101100111010011001100110111101111001001011111110111110111010011001100110111101 | e6aface999bde4bfbee999bd |
UHC | 毬陽?陽 | 11001111101100111110010111010101001111111110010111010101 | cfb3e5d53fe5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)