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 | 1110000011001011100111001010000001011001111000001100101110011100101000000110001001000101 | e0cb9ca059e0cb9ca06245 |
EUC-JP | 猴悛Y猴悛bE | 1110000011001101110110001010001001011001111000001100110111011000101000100110001001000101 | e0cdd8a259e0cdd8a26245 |
UTF-8 | 猴悛Y猴悛bE | 111001111000110010110100111001101000001010011011010110011110011110001100101101001110011010000010100110110110001001000101 | e78cb4e6829b59e78cb4e6829b6245 |
UHC | ?悛Y?悛bE | 001111111110111011111001010110010011111111101110111110010110001001000101 | 3feef9593feef96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)