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Ŭ | 11111011010110011100010110101100 | fb59c5ac |
SJIS-WIN | ?Y?¬ | 0011111101011001001111111000000111001010 | 3f593f81ca |
EUC-JP | ûYŬ | 100011111010101111100101010110011000111110101010101010011010001011001100 | 8fabe5598faaa9a2cc |
UTF-8 | ûYŬ | 11000011101110110101100111000011100001011100001010101100 | c3bb59c385c2ac |
UHC | ?Y?? | 00111111010110010011111100111111 | 3f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)