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렻렊_ | 1110101110100000101110111110101110100000100011110101011011101011101000001011101111101011101000001000101001011111 | eba0bbeba08f56eba0bbeba08a5f |
UHC | 렻렏V렻렊_ | 10001110110000111000111010100101010101101000111011000011100011101010000101011111 | 8ec38ea5568ec38ea15f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)