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 | ?j?柚 | 001111111000001010001010001111111001011101001101 | 3f828a3f974d |
EUC-JP | ?j?柚 | 001111111010001111101010001111111100110110101110 | 3fa3ea3fcdae |
UTF-8 | 銳j퇎柚 | 111010011000101010110011111011111011110110001010111011011000011110001110111001101001111110011010 | e98ab3efbd8aed878ee69f9a |
UHC | 銳j퇎柚 | 1110011111100101101000111110101010110111100111111110101011110110 | e7e5a3eab79feaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)