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 | ±²W}Y±²W}bE | 1011000110110010010101110111110101011001101100011011001001010111011111010110001001000101 | b1b2577d59b1b2577d6245 |
SJIS-WIN | ±?W}Y±?W}bE | 10000001011111010011111101010111011111010101100110000001011111010011111101010111011111010110001001000101 | 817d3f577d59817d3f577d6245 |
EUC-JP | ±?W}Y±?W}bE | 10100001110111100011111101010111011111010101100110100001110111100011111101010111011111010110001001000101 | a1de3f577d59a1de3f577d6245 |
UTF-8 | ±²W}Y±²W}bE | 110000101011000111000010101100100101011101111101010110011100001010110001110000101011001001010111011111010110001001000101 | c2b1c2b2577d59c2b1c2b2577d6245 |
UHC | ±²W}Y±²W}bE | 101000011011111010101001111101110101011101111101010110011010000110111110101010011111011101010111011111010110001001000101 | a1bea9f7577d59a1bea9f7577d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)