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 | ?NL?NL^ | 00111111010011100100110000111111010011100100110001011110 | 3f4e4c3f4e4c5e |
SJIS-WIN | ?NL?NL^ | 00111111010011100100110000111111010011100100110001011110 | 3f4e4c3f4e4c5e |
EUC-JP | ?NL?NL^ | 00111111010011100100110000111111010011100100110001011110 | 3f4e4c3f4e4c5e |
UTF-8 | 묨NL묨NL^ | 1110101110101100101010000100111001001100111010111010110010101000010011100100110001011110 | ebaca84e4cebaca84e4c5e |
UHC | 묨NL묨NL^ | 100100100100000101001110010011001001001001000001010011100100110001011110 | 92414e4c92414e4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)