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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 村束村贈~ | 100100011011101010010001101010011001000110111010100100011010000101111110 | 91ba91a991ba91a17e |
EUC-JP | 村束村贈~ | 110000101011110011000010101010111100001010111100110000101010001101111110 | c2bcc2abc2bcc2a37e |
UTF-8 | 村束村贈~ | 11100110100111011001000111100110100111011001111111100110100111011001000111101000101101001000100001111110 | e69d91e69d9fe69d91e8b4887e |
UHC | 村束村贈~ | 111101011011110111100001110101101111010110111101111100011111110001111110 | f5bde1d6f5bdf1fc7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)