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^ | 100100100100000101001110010011001001001001000001010011100100110001011110 | 92414e4c92414e4c5e |
EUC-JP | 但NL但NL^ | 110000111010001001001110010011001100001110100010010011100100110001011110 | c3a24e4cc3a24e4c5e |
UTF-8 | 但NL但NL^ | 1110010010111101100001100100111001001100111001001011110110000110010011100100110001011110 | e4bd864e4ce4bd864e4c5e |
UHC | 但NL但NL^ | 110100111010001101001110010011001101001110100011010011100100110001011110 | d3a34e4cd3a34e4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)