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\ | 100011111010101110100100011011100100110001011100 | 8faba46e4c5c |
SJIS-WIN | ???nL\ | 001111110011111100111111011011100100110001011100 | 3f3f3f6e4c5c |
EUC-JP | ??¤nL\ | 0011111100111111100011111010001011110000011011100100110001011100 | 3f3f8fa2f06e4c5c |
UTF-8 | «¤nL\ | 110000101000111111000010101010111100001010100100011011100100110001011100 | c28fc2abc2a46e4c5c |
UHC | ??¤nL\ | 00111111001111111010001010110100011011100100110001011100 | 3f3fa2b46e4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)