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 | ラ矣碣絛 | 11010111111000011110000111100001111100001110001101010101 | d7e1e1e1f0e355 |
EUC-JP | ラ矣碣絛 | 1000111011010111111000101110001111100010111100101110010110110110 | 8ed7e2e3e2f2e5b6 |
UTF-8 | ラ矣碣絛 | 111011111011111010010111111001111001111110100011111001111010001010100011111001111011010110011011 | efbe97e79fa3e7a2a3e7b59b |
UHC | ?矣碣? | 001111111110101111111000110010101110010100111111 | 3febf8cae53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)