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 | 褸ケ迴ケ | 111001011111100010111001111001111000111110111001 | e5f8b9e78fb9 |
EUC-JP | 褸ケ迴ケ | 1110101011111010100011101011100111101101111011111000111010111001 | eafa8eb9edef8eb9 |
UTF-8 | 褸ケ迴ケ | 111010001010010010111000111011111011110110111001111010001011111110110100111011111011110110111001 | e8a4b8efbdb9e8bfb4efbdb9 |
UHC | 褸??? | 1101011110101110001111110011111100111111 | d7ae3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)