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 | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
SJIS-WIN | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
EUC-JP | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
UTF-8 | 혧쨌횉Vh혧쨌횉V | 111011011001100010100111111011001010100010001100111011011001101010001001010101100110100011101101100110001010011111101100101010001000110011101101100110101000100101010110 | ed98a7eca88ced9a895668ed98a7eca88ced9a8956 |
UHC | 혧쨌횉Vh혧쨌횉V | 110000101000111111000010101101111100001110000111010101100110100011000010100011111100001010110111110000111000011101010110 | c28fc2b7c3875668c28fc2b7c38756 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)