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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苞随習萵 | 1110010010011010100100001000111110001111010010111110010011100000 | e49a908f8f4be4e0 |
EUC-JP | 苞随習萵 | 1110011111111010101111111110111110111101101011001110100011100010 | e7fabfefbdace8e2 |
UTF-8 | 苞随習萵 | 111010001000101110011110111010011001101010001111111001111011111110010010111010001001000010110101 | e88b9ee99a8fe7bf92e890b5 |
UHC | 苞?習? | 111110001110001000111111111000111010011100111111 | f8e23fe3a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)