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 | Y©½Z | 1001001001011001100100011010100110010001101111011001001001011010 | 925991a991bd925a |
SJIS-WIN | ?Y?????Z | 0011111101011001001111110011111100111111001111110011111101011010 | 3f593f3f3f3f3f5a |
EUC-JP | ?Y?©???Z | 00111111010110010011111110001111101000101110110100111111001111110011111101011010 | 3f593f8fa2ed3f3f3f5a |
UTF-8 | Y©½Z | 1100001010010010010110011100001010010001110000101010100111000010100100011100001010111101110000101001001001011010 | c29259c291c2a9c291c2bdc2925a |
UHC | ?Y???½?Z | 001111110101100100111111001111110011111110101000111101100011111101011010 | 3f593f3f3fa8f63f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)