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??_ | 001111110011111101010110001111110011111101011111 | 3f3f563f3f5f |
SJIS-WIN | ??V??_ | 001111110011111101010110001111110011111101011111 | 3f3f563f3f5f |
EUC-JP | ??V??_ | 001111110011111101010110001111110011111101011111 | 3f3f563f3f5f |
UTF-8 | 횄짜V횄징_ | 1110110110011010100001001110110010100111100111000101011011101101100110101000010011101100101001111001010101011111 | ed9a84eca79c56ed9a84eca7955f |
UHC | 횄짜V횄징_ | 11000011100000111100001010100101010101101100001110000011110000101010000101011111 | c383c2a556c383c2a15f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)