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 | ?nW}Y?nW}bE | 0011111101101110010101110111110101011001001111110110111001010111011111010110001001000101 | 3f6e577d593f6e577d6245 |
SJIS-WIN | 辰nW}Y辰nW}bE | 10010010010000110110111001010111011111010101100110010010010000110110111001010111011111010110001001000101 | 92436e577d5992436e577d6245 |
EUC-JP | 辰nW}Y辰nW}bE | 11000011101001000110111001010111011111010101100111000011101001000110111001010111011111010110001001000101 | c3a46e577d59c3a46e577d6245 |
UTF-8 | 辰nW}Y辰nW}bE | 111010001011111010110000011011100101011101111101010110011110100010111110101100000110111001010111011111010110001001000101 | e8beb06e577d59e8beb06e577d6245 |
UHC | 辰nW}Y辰nW}bE | 11110010111000110110111001010111011111010101100111110010111000110110111001010111011111010110001001000101 | f2e36e577d59f2e36e577d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)