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 | 瓦δ?衍 | 10001010101000101000001111000010001111111001111110100101 | 8aa283c23f9fa5 |
EUC-JP | 瓦δ?衍 | 10110100101001001010011011000100001111111101111010100111 | b4a4a6c43fdea7 |
UTF-8 | 瓦δ튋衍 | 1110011110010011101001101100111010110100111011011000101010001011111010001010000110001101 | e793a6ceb4ed8a8be8a18d |
UHC | 瓦δ튋衍 | 1110100010111111101001011110010010111001100111111110011011100010 | e8bfa5e4b99fe6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)