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혦횠 | 11101101100110001010011011101101100110101010010011101101100110001010000101110110111011011001100010100110111011011001101010100000 | ed98a6ed9aa4ed98a176ed98a6ed9aa0 |
UHC | 혦횤혡v혦횠 | 1100001010001110110000111001101111000010100010100111011011000010100011101100001110011000 | c28ec39bc28a76c28ec398 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)