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 | ラ碣鰈、 | 110101111110000111110000111010011101010110100100 | d7e1f0e9d5a4 |
EUC-JP | ラ碣鰈、 | 1000111011010111111000101111001011110010110101111000111010100100 | 8ed7e2f2f2d78ea4 |
UTF-8 | ラ碣鰈、 | 111011111011111010010111111001111010001010100011111010011011000010001000111011111011110110100100 | efbe97e7a2a3e9b088efbda4 |
UHC | ?碣?? | 0011111111001010111001010011111100111111 | 3fcae53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)