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?? | 001111110011111100111111011101100011111100111111 | 3f3f3f763f3f |
SJIS-WIN | ???v?? | 001111110011111100111111011101100011111100111111 | 3f3f3f763f3f |
EUC-JP | ???v?? | 001111110011111100111111011101100011111100111111 | 3f3f3f763f3f |
UTF-8 | 혦횠혡v챈짚 | 11101101100110001010011011101101100110101010000011101101100110001010000101110110111011001011000110001000111011001010011110011010 | ed98a6ed9aa0ed98a176ecb188eca79a |
UHC | 혦횠혡v챈짚 | 1100001010001110110000111001100011000010100010100111011011000011101001101100001010100100 | c28ec398c28a76c3a6c2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)