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 | ûµ³Aû° | 111110111011010110110011010000011111101110110000 | fbb5b341fbb0 |
SJIS-WIN | ???A?° | 00111111001111110011111101000001001111111000000110001011 | 3f3f3f413f818b |
EUC-JP | û??Aû° | 1000111110101011111001010011111100111111010000011000111110101011111001011010000111101011 | 8fabe53f3f418fabe5a1eb |
UTF-8 | ûµ³Aû° | 1100001110111011110000101011010111000010101100110100000111000011101110111100001010110000 | c3bbc2b5c2b341c3bbc2b0 |
UHC | ??³A?° | 0011111100111111101010011111100001000001001111111010000111000110 | 3f3fa9f8413fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)