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ѽ | 11111011010110011101000110111101 | fb59d1bd |
SJIS-WIN | ?Y?? | 00111111010110010011111100111111 | 3f593f3f |
EUC-JP | ûYÑ? | 1000111110101011111001010101100110001111101010101101000000111111 | 8fabe5598faad03f |
UTF-8 | ûYѽ | 11000011101110110101100111000011100100011100001010111101 | c3bb59c391c2bd |
UHC | ?Y?½ | 0011111101011001001111111010100011110110 | 3f593fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)