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 | 瓦δ?? | 100010101010001010000011110000100011111100111111 | 8aa283c23f3f |
EUC-JP | 瓦δ?? | 101101001010010010100110110001000011111100111111 | b4a4a6c43f3f |
UTF-8 | 瓦δ튋凉 | 1110011110010011101001101100111010110100111011011000101010001011111011111010010110111001 | e793a6ceb4ed8a8befa5b9 |
UHC | 瓦δ튋凉 | 1110100010111111101001011110010010111001100111111110010110111100 | e8bfa5e4b99fe5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)