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?} | 001111110011111100111111010101100011111101111101 | 3f3f3f563f7d |
SJIS-WIN | ???V?} | 001111110011111100111111010101100011111101111101 | 3f3f3f563f7d |
EUC-JP | ???V?} | 001111110011111100111111010101100011111101111101 | 3f3f3f563f7d |
UTF-8 | 혵혞혳V혺} | 1110110110011000101101011110110110011000100111101110110110011000101100110101011011101101100110001011101001111101 | ed98b5ed989eed98b356ed98ba7d |
UHC | 혵혞혳V혺} | 11000010100111001100001010001000110000101001101001010110110000101001111101111101 | c29cc288c29a56c29f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)