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???U | 001111110101011000111111001111110011111101010101 | 3f563f3f3f55 |
SJIS-WIN | ?V???U | 001111110101011000111111001111110011111101010101 | 3f563f3f3f55 |
EUC-JP | ?V???U | 001111110101011000111111001111110011111101010101 | 3f563f3f3f55 |
UTF-8 | 혪V혩짠혪U | 1110110110011000101010100101011011101101100110001010100111101100101001111010000011101101100110001010101001010101 | ed98aa56ed98a9eca7a0ed98aa55 |
UHC | 혪V혩짠혪U | 11000010100100100101011011000010100100011100001010100111110000101001001001010101 | c29256c291c2a7c29255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)