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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雲??雲??^ | 100010010101111100111111001111111000100101011111001111110011111101011110 | 895f3f3f895f3f3f5e |
EUC-JP | 雲??雲??^ | 101100011100000000111111001111111011000111000000001111110011111101011110 | b1c03f3fb1c03f3f5e |
UTF-8 | 雲쯤씀雲쯤씀^ | 11101001100110111011001011101100101011111010010011101100100101001000000011101001100110111011001011101100101011111010010011101100100101001000000001011110 | e99bb2ecafa4ec9480e99bb2ecafa4ec94805e |
UHC | 雲쯤씀雲쯤씀^ | 11101010101000111100001011101011101111101011100011101010101000111100001011101011101111101011100001011110 | eaa3c2ebbeb8eaa3c2ebbeb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)