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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篠痔灼杓 | 1000111011000010100011101010010010001110110111001000111011011011 | 8ec28ea48edc8edb |
EUC-JP | 篠痔灼杓 | 1011110011000100101111001010011010111100110111101011110011011101 | bcc4bca6bcdebcdd |
UTF-8 | 篠痔灼杓 | 111001111010111110100000111001111001011110010100111001111000000110111100111001101001110110010011 | e7afa0e79794e781bce69d93 |
UHC | 篠痔灼杓 | 1110000111000110111101101100000011101101110001111111100011110101 | e1c6f6c0edc7f8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)