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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膵豪せ | 111001000101100010001101100010111000001010111001 | e4588d8b82b9 |
EUC-JP | 膵豪せ | 111001111011100110111001111010111010010010111011 | e7b9b9eba4bb |
UTF-8 | 膵豪せ | 111010001000011010110101111010001011000110101010111000111000000110011011 | e886b5e8b1aae3819b |
UHC | 膵豪せ | 111101011111110111111011110111111010101010111011 | f5fdfbdfaabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)