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 | ??“??“^ | 001111110011111110000001011001110011111100111111100000010110011101011110 | 3f3f81673f3f81675e |
EUC-JP | ??“??“^ | 001111110011111110100001110010000011111100111111101000011100100001011110 | 3f3fa1c83f3fa1c85e |
UTF-8 | 吏곗“吏곗“^ | 11101111101001111001111011101010101100111001011111100010100000001001110011101111101001111001111011101010101100111001011111100010100000001001110001011110 | efa79eeab397e2809cefa79eeab397e2809c5e |
UHC | 吏곗“吏곗“^ | 11101100101001111011000011101100101000011011000011101100101001111011000011101100101000011011000001011110 | eca7b0eca1b0eca7b0eca1b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)