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???O?M | 0011111101010110001111110011111100111111010011110011111101001101 | 3f563f3f3f4f3f4d |
SJIS-WIN | ?V???O?M | 0011111101010110001111110011111100111111010011110011111101001101 | 3f563f3f3f4f3f4d |
EUC-JP | ?V???O?M | 0011111101010110001111110011111100111111010011110011111101001101 | 3f563f3f3f4f3f4d |
UTF-8 | 혪V혩징혪O혪M | 111011011001100010101010010101101110110110011000101010011110110010100111100101011110110110011000101010100100111111101101100110001010101001001101 | ed98aa56ed98a9eca795ed98aa4fed98aa4d |
UHC | 혪V혩징혪O혪M | 11000010100100100101011011000010100100011100001010100001110000101001001001001111110000101001001001001101 | c29256c291c2a1c2924fc2924d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)