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 | ⅱ七爾 | 1111101001000001100011101011010111110000101001001000111010100010 | fa418eb5f0a48ea2 |
EUC-JP | ?七?爾 | 001111111011110010110111001111111011110010100100 | 3fbcb73fbca4 |
UTF-8 | ⅱ七爾 | 111000101000010110110001111001001011100010000011111011101000000110100011111001111000100010111110 | e285b1e4b883ee81a3e788be |
UHC | ⅱ七?爾 | 10100101101000101111011011010010001111111110110010110011 | a5a2f6d23fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)