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 | ZP¹G« | 100100100101101001010000100100011011100110010010010001111001000110101011 | 925a5091b9924791ab |
SJIS-WIN | ?ZP???G?? | 001111110101101001010000001111110011111100111111010001110011111100111111 | 3f5a503f3f3f473f3f |
EUC-JP | ?ZP???G?? | 001111110101101001010000001111110011111100111111010001110011111100111111 | 3f5a503f3f3f473f3f |
UTF-8 | ZP¹G« | 110000101001001001011010010100001100001010010001110000101011100111000010100100100100011111000010100100011100001010101011 | c2925a50c291c2b9c29247c291c2ab |
UHC | ?ZP?¹?G?? | 00111111010110100101000000111111101010011111011000111111010001110011111100111111 | 3f5a503fa9f63f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)