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챔창혦쨌 | 11101101100110001010011011101101100110101010010011101101100110001010000101110110111011001011000110010100111011001011000010111101111011011001100010100110111011001010100010001100 | ed98a6ed9aa4ed98a176ecb194ecb0bded98a6eca88c |
UHC | 혦횤혡v챔창혦쨌 | 110000101000111011000011100110111100001010001010011101101100001110101000110000111010001011000010100011101100001010110111 | c28ec39bc28a76c3a8c3a2c28ec2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)