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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跣∫渥 | 111001101110111110000001111001111000100010101101 | e6ef81e788ad |
EUC-JP | 跣∫渥 | 111011001111000110100010111010011011000010101111 | ecf1a2e9b0af |
UTF-8 | 跣∫渥 | 111010001011011110100011111000101000100010101011111001101011100010100101 | e8b7a3e288abe6b8a5 |
UHC | 跣∫渥 | 111000001101001110100001111100101110010011000110 | e0d3a1f2e4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)