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 | ??A????? | 0011111100111111010000010011111100111111001111110011111100111111 | 3f3f413f3f3f3f3f |
SJIS-WIN | ??A????? | 0011111100111111010000010011111100111111001111110011111100111111 | 3f3f413f3f3f3f3f |
EUC-JP | ??A????? | 0011111100111111010000010011111100111111001111110011111100111111 | 3f3f413f3f3f3f3f |
UTF-8 | 횄쩌A횄혯횄쨩횄 | 11101101100110101000010011101100101010011000110001000001111011011001101010000100111011011001100010101111111011011001101010000100111011001010100010101001111011011001101010000100 | ed9a84eca98c41ed9a84ed98afed9a84eca8a9ed9a84 |
UHC | 횄쩌A횄혯횄쨩횄 | 110000111000001111000010101111000100000111000011100000111100001010010110110000111000001111000010101110111100001110000011 | c383c2bc41c383c296c383c2bbc383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)