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 | ?⑥??⑥?^ | 001111111000011101000101001111110011111110000111010001010011111101011110 | 3f87453f3f87453f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 樂⑥뻸樂⑥뻸^ | 11101111101001101011111111100010100100011010010111101011101110111011100011101111101001101011111111100010100100011010010111101011101110111011100001011110 | efa6bfe291a5ebbbb8efa6bfe291a5ebbbb85e |
UHC | 樂⑥뻸樂⑥뻸^ | 11101000111110011010100011101100100101101000001111101000111110011010100011101100100101101000001101011110 | e8f9a8ec9683e8f9a8ec96835e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)