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 | ト肆シ「コ^ | 11000100111000111110011010111100101000101011101001011110 | c4e3e6bca2ba5e |
EUC-JP | ト肆シ「コ^ | 1000111011000100111001101110100010001110101111001000111010100010100011101011101001011110 | 8ec4e6e88ebc8ea28eba5e |
UTF-8 | ト肆シ「コ^ | 11101111101111101000010011101000100000101000011011101111101111011011110011101111101111011010001011101111101111011011101001011110 | efbe84e88286efbdbcefbda2efbdba5e |
UHC | ?肆???^ | 00111111110111101110101100111111001111110011111101011110 | 3fdeeb3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)