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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ???槻F | 001111110011111100111111100100101100111001000110 | 3f3f3f92ce46 |
EUC-JP | ???槻F | 001111110011111100111111110001001101000001000110 | 3f3f3fc4d046 |
UTF-8 | 銳얇룗槻F | 11101001100010101011001111101100100101101000011111101011101000111001011111100110101001111011101101000110 | e98ab3ec9687eba397e6a7bb46 |
UHC | 銳얇룗槻F | 111001111110010110111110111000111000111110010011110100001010011101000110 | e7e5bee38f93d0a746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)