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 | 歪??厓 | 100110000110001100111111001111111111101010001101 | 98633f3ffa8d |
EUC-JP | 歪??厓 | 11001111110001000011111100111111100011111011010011000111 | cfc43f3f8fb4c7 |
UTF-8 | 歪긴튋厓 | 111001101010110110101010111010101011100010110100111011011000101010001011111001011000111010010011 | e6adaaeab8b4ed8a8be58e93 |
UHC | 歪긴튋厓 | 1110100011100000101100011110010010111001100111111110010011101101 | e8e0b1e4b99fe4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)