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}B | 001111110011111100111111001111110011111100111111011101100111110101000010 | 3f3f3f3f3f3f767d42 |
SJIS-WIN | ??????v}B | 001111110011111100111111001111110011111100111111011101100111110101000010 | 3f3f3f3f3f3f767d42 |
EUC-JP | ??????v}B | 001111110011111100111111001111110011111100111111011101100111110101000010 | 3f3f3f3f3f3f767d42 |
UTF-8 | 챙첩혪챙짠쨍v}B | 111011001011000110011001111011001011001010101001111011011001100010101010111011001011000110011001111011001010011110100000111011001010100010001101011101100111110101000010 | ecb199ecb2a9ed98aaecb199eca7a0eca88d767d42 |
UHC | 챙첩혪챙짠쨍v}B | 110000111010110011000011101110001100001010010010110000111010110011000010101001111100001010111000011101100111110101000010 | c3acc3b8c292c3acc2a7c2b8767d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)