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 | ???v???? | 0011111100111111001111110111011000111111001111110011111100111111 | 3f3f3f763f3f3f3f |
SJIS-WIN | ???v???? | 0011111100111111001111110111011000111111001111110011111100111111 | 3f3f3f763f3f3f3f |
EUC-JP | ???v???? | 0011111100111111001111110111011000111111001111110011111100111111 | 3f3f3f763f3f3f3f |
UTF-8 | 혦횤혡v챕혙혦쨌 | 11101101100110001010011011101101100110101010010011101101100110001010000101110110111011001011000110010101111011011001100010011001111011011001100010100110111011001010100010001100 | ed98a6ed9aa4ed98a176ecb195ed9899ed98a6eca88c |
UHC | 혦횤혡v챕혙혦쨌 | 110000101000111011000011100110111100001010001010011101101100001110101001110000101000010011000010100011101100001010110111 | c28ec39bc28a76c3a9c284c28ec2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)