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 | 100110000110011000111111010110011001100001100110001111110110001001000101 | 98663f5998663f6245 |
EUC-JP | 惑?Y惑?bE | 110011111100011100111111010110011100111111000111001111110110001001000101 | cfc73f59cfc73f6245 |
UTF-8 | 惑믌Y惑믌bE | 111001101000001110010001111010111010111110001100010110011110011010000011100100011110101110101111100011000110001001000101 | e68391ebaf8c59e68391ebaf8c6245 |
UHC | 惑믌Y惑믌bE | 1111101111100011100100101101000001011001111110111110001110010010110100000110001001000101 | fbe392d059fbe392d06245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)