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?I | 001111110011111100111111010101100011111101001001 | 3f3f3f563f49 |
SJIS-WIN | ???V?I | 001111110011111100111111010101100011111101001001 | 3f3f3f563f49 |
EUC-JP | ???V?I | 001111110011111100111111010101100011111101001001 | 3f3f3f563f49 |
UTF-8 | 혟혩혖V혧I | 1110110110011000100111111110110110011000101010011110110110011000100101100101011011101101100110001010011101001001 | ed989fed98a9ed989656ed98a749 |
UHC | 혟혩혖V혧I | 11000010100010011100001010010001110000101000000101010110110000101000111101001001 | c289c291c28156c28f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)