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 | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 宿Y宿bE | 10001111011010000101100110001111011010000110001001000101 | 8f68598f686245 |
EUC-JP | 宿Y宿bE | 10111101110010010101100110111101110010010110001001000101 | bdc959bdc96245 |
UTF-8 | 宿Y宿bE | 111001011010111010111111010110011110010110101110101111110110001001000101 | e5aebf59e5aebf6245 |
UHC | 宿Y宿bE | 11100010110101100101100111100010110101100110001001000101 | e2d659e2d66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)