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 | 1110011010000011100110101110100010110011100100110100001001000110 | e6839ae8b3934246 |
EUC-JP | 諠夊ウ釘F | 111010111110001111010100111010101000111010110011110001011010001101000110 | ebe3d4ea8eb3c5a346 |
UTF-8 | 諠夊ウ釘F | 11101000101010111010000011100101101001001000101011101111101111011011001111101001100001111001100001000110 | e8aba0e5a48aefbdb3e9879846 |
UHC | ???釘F | 001111110011111100111111111011111111100101000110 | 3f3f3feff946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)