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 | 矗i外蓆 | 1110000111011110100000101000100110001010010011111110010011101100 | e1de82898a4fe4ec |
EUC-JP | 矗i外蓆 | 1110001011100000101000111110100110110011101100001110100011101110 | e2e0a3e9b3b0e8ee |
UTF-8 | 矗i外蓆 | 111001111001111110010111111011111011110110001001111001011010010010010110111010001001001110000110 | e79f97efbd89e5a496e89386 |
UHC | 矗i外蓆 | 1111010110111000101000111110100111101000111000101110000010110110 | f5b8a3e9e8e2e0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)