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??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 閹殉Y閹殉bE | 1110100010000110100011110111110101011001111010001000011010001111011111010110001001000101 | e8868f7d59e8868f7d6245 |
EUC-JP | 閹殉Y閹殉bE | 1110111111100110101111011101111001011001111011111110011010111101110111100110001001000101 | efe6bdde59efe6bdde6245 |
UTF-8 | 閹殉Y閹殉bE | 111010011001011010111001111001101010111010001001010110011110100110010110101110011110011010101110100010010110001001000101 | e996b9e6ae8959e996b9e6ae896245 |
UHC | ?殉Y?殉bE | 001111111110001011100110010110010011111111100010111001100110001001000101 | 3fe2e6593fe2e66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)