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 | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
SJIS-WIN | 村束村贈N | 100100011011101010010001101010011001000110111010100100011010000101001110 | 91ba91a991ba91a14e |
EUC-JP | 村束村贈N | 110000101011110011000010101010111100001010111100110000101010001101001110 | c2bcc2abc2bcc2a34e |
UTF-8 | 村束村贈N | 11100110100111011001000111100110100111011001111111100110100111011001000111101000101101001000100001001110 | e69d91e69d9fe69d91e8b4884e |
UHC | 村束村贈N | 111101011011110111100001110101101111010110111101111100011111110001001110 | f5bde1d6f5bdf1fc4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)