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 | ???QL\ | 001111110011111100111111010100010100110001011100 | 3f3f3f514c5c |
SJIS-WIN | 苞随秋QL\ | 111001001001101010010000100011111000111101001000010100010100110001011100 | e49a908f8f48514c5c |
EUC-JP | 苞随秋QL\ | 111001111111101010111111111011111011110110101001010100010100110001011100 | e7fabfefbda9514c5c |
UTF-8 | 苞随秋QL\ | 111010001000101110011110111010011001101010001111111001111010011110001011010100010100110001011100 | e88b9ee99a8fe7a78b514c5c |
UHC | 苞?秋QL\ | 1111100011100010001111111111010111010101010100010100110001011100 | f8e23ff5d5514c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)