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 | UBZ@\ | 100100100101010110010010010000101001001001011010100100100100000001011100 | 92559242925a92405c |
SJIS-WIN | ?U?B?Z?@\ | 001111110101010100111111010000100011111101011010001111110100000001011100 | 3f553f423f5a3f405c |
EUC-JP | ?U?B?Z?@\ | 001111110101010100111111010000100011111101011010001111110100000001011100 | 3f553f423f5a3f405c |
UTF-8 | UBZ@\ | 11000010100100100101010111000010100100100100001011000010100100100101101011000010100100100100000001011100 | c29255c29242c2925ac292405c |
UHC | ?U?B?Z?@\ | 001111110101010100111111010000100011111101011010001111110100000001011100 | 3f553f423f5a3f405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)