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 | ラ矣碣綣 | 11010111111000011110000111100001111100001110001101011011 | d7e1e1e1f0e35b |
EUC-JP | ラ矣碣綣 | 1000111011010111111000101110001111100010111100101110010110111100 | 8ed7e2e3e2f2e5bc |
UTF-8 | ラ矣碣綣 | 111011111011111010010111111001111001111110100011111001111010001010100011111001111011011010100011 | efbe97e79fa3e7a2a3e7b6a3 |
UHC | ?矣碣? | 001111111110101111111000110010101110010100111111 | 3febf8cae53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)