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»± | 11111011010110011011101110110001 | fb59bbb1 |
SJIS-WIN | ?Y?± | 0011111101011001001111111000000101111101 | 3f593f817d |
EUC-JP | ûY?± | 10001111101010111110010101011001001111111010000111011110 | 8fabe5593fa1de |
UTF-8 | ûY»± | 11000011101110110101100111000010101110111100001010110001 | c3bb59c2bbc2b1 |
UHC | ?Y?± | 0011111101011001001111111010000110111110 | 3f593fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)