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 | LD¶RE | 1001001001001100100100100100010010010001101101100101001001000101 | 924c924491b65245 |
SJIS-WIN | ?L?D?¶RE | 001111110100110000111111010001000011111110000001111101110101001001000101 | 3f4c3f443f81f75245 |
EUC-JP | ?L?D?¶RE | 001111110100110000111111010001000011111110100010111110010101001001000101 | 3f4c3f443fa2f95245 |
UTF-8 | LD¶RE | 110000101001001001001100110000101001001001000100110000101001000111000010101101100101001001000101 | c2924cc29244c291c2b65245 |
UHC | ?L?D?¶RE | 001111110100110000111111010001000011111110100010110100100101001001000101 | 3f4c3f443fa2d25245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)