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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 瓦???蕨^ | 1000101010100010001111110011111100111111100110000110111001011110 | 8aa23f3f3f986e5e |
EUC-JP | 瓦???蕨^ | 1011010010100100001111110011111100111111110011111100111101011110 | b4a43f3f3fcfcf5e |
UTF-8 | 瓦☜붻엑蕨^ | 11100111100100111010011011100010100110001001110011101011101101101011101111101100100101111001000111101000100101011010100001011110 | e793a6e2989cebb6bbec9791e895a85e |
UHC | 瓦☜붻엑蕨^ | 1110100010111111101000101101000010010100111010001011111110100010110011111111001001011110 | e8bfa2d094e8bfa2cff25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)