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テ。_ | 110000111010010101010110110000111010000101011111 | c3a556c3a15f |
EUC-JP | テ・Vテ。_ | 10001110110000111000111010100101010101101000111011000011100011101010000101011111 | 8ec38ea5568ec38ea15f |
UTF-8 | テ・Vテ。_ | 1110111110111110100000111110111110111101101001010101011011101111101111101000001111101111101111011010000101011111 | efbe83efbda556efbe83efbda15f |
UHC | ??V??_ | 001111110011111101010110001111110011111101011111 | 3f3f563f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)