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 | BV³¼ | 1001001001000010100100100101011010010001101100111001000110111100 | 9242925691b391bc |
SJIS-WIN | ?B?V???? | 0011111101000010001111110101011000111111001111110011111100111111 | 3f423f563f3f3f3f |
EUC-JP | ?B?V???? | 0011111101000010001111110101011000111111001111110011111100111111 | 3f423f563f3f3f3f |
UTF-8 | BV³¼ | 1100001010010010010000101100001010010010010101101100001010010001110000101011001111000010100100011100001010111100 | c29242c29256c291c2b3c291c2bc |
UHC | ?B?V?³?¼ | 00111111010000100011111101010110001111111010100111111000001111111010100011111001 | 3f423f563fa9f83fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)