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 | 篏九厳膕 | 1110001010111011100010111110001110001100101101011110010001010001 | e2bb8be38cb5e451 |
EUC-JP | 篏九厳膕 | 1110010010111101101101101110010110111000101101111110011110110010 | e4bdb6e5b8b7e7b2 |
UTF-8 | 篏九厳膕 | 111001111010111110001111111001001011100110011101111001011000111010110011111010001000011010010101 | e7af8fe4b99de58eb3e88695 |
UHC | ?九?? | 0011111111001110111110100011111100111111 | 3fcefa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)