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 | GZµY· | 10010010010001111001001001011010100100011011010110010010010110011001000110110111 | 9247925a91b5925991b7 |
SJIS-WIN | ?G?Z???Y?? | 00111111010001110011111101011010001111110011111100111111010110010011111100111111 | 3f473f5a3f3f3f593f3f |
EUC-JP | ?G?Z???Y?? | 00111111010001110011111101011010001111110011111100111111010110010011111100111111 | 3f473f5a3f3f3f593f3f |
UTF-8 | GZµY· | 1100001010010010010001111100001010010010010110101100001010010001110000101011010111000010100100100101100111000010100100011100001010110111 | c29247c2925ac291c2b5c29259c291c2b7 |
UHC | ?G?Z???Y?· | 0011111101000111001111110101101000111111001111110011111101011001001111111010000110100100 | 3f473f5a3f3f3f593fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)