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 | ?????F?? | 0011111100111111001111110011111100111111010001100011111100111111 | 3f3f3f3f3f463f3f |
SJIS-WIN | ?????F?? | 0011111100111111001111110011111100111111010001100011111100111111 | 3f3f3f3f3f463f3f |
EUC-JP | ?????F?? | 0011111100111111001111110011111100111111010001100011111100111111 | 3f3f3f3f3f463f3f |
UTF-8 | 혨횑청횤혪F혨횏 | 11101101100110001010100011101101100110101001000111101100101100101010110111101101100110101010010011101101100110001010101001000110111011011001100010101000111011011001101010001111 | ed98a8ed9a91ecb2aded9aa4ed98aa46ed98a8ed9a8f |
UHC | 혨횑청횤혪F혨횏 | 110000101001000011000011100011001100001110111011110000111001101111000010100100100100011011000010100100001100001110001011 | c290c38cc3bbc39bc29246c290c38b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)