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 | 1110100110001101100001000111110101011001111010011000110110000100011111010110001001000101 | e98d847d59e98d847d6245 |
EUC-JP | 骰мY骰мbE | 1111000111101101101001111101111001011001111100011110110110100111110111100110001001000101 | f1eda7de59f1eda7de6245 |
UTF-8 | 骰мY骰мbE | 11101001101010101011000011010000101111000101100111101001101010101011000011010000101111000110001001000101 | e9aab0d0bc59e9aab0d0bc6245 |
UHC | ?мY?мbE | 001111111010110011011110010110010011111110101100110111100110001001000101 | 3facde593facde6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)