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 | ?^P}Y?^P}bE | 0011111101011110010100000111110101011001001111110101111001010000011111010110001001000101 | 3f5e507d593f5e507d6245 |
SJIS-WIN | 奪^P}Y奪^P}bE | 10010010010001000101111001010000011111010101100110010010010001000101111001010000011111010110001001000101 | 92445e507d5992445e507d6245 |
EUC-JP | 奪^P}Y奪^P}bE | 11000011101001010101111001010000011111010101100111000011101001010101111001010000011111010110001001000101 | c3a55e507d59c3a55e507d6245 |
UTF-8 | 奪^P}Y奪^P}bE | 111001011010010110101010010111100101000001111101010110011110010110100101101010100101111001010000011111010110001001000101 | e5a5aa5e507d59e5a5aa5e507d6245 |
UHC | 奪^P}Y奪^P}bE | 11110111101011000101111001010000011111010101100111110111101011000101111001010000011111010110001001000101 | f7ac5e507d59f7ac5e507d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)