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 | ?ф?? | 0011111110000100100001100011111100111111 | 3f84863f3f |
EUC-JP | ?ф?? | 0011111110100111111001100011111100111111 | 3fa7e63f3f |
UTF-8 | 料ф썎嶺 | 1110111110100110101111101101000110000100111011001000110110001110111011111010011010101011 | efa6bed184ec8d8eefa6ab |
UHC | 料ф썎嶺 | 1110100011110111101011001110011010011011100000011110011110101101 | e8f7ace69b81e7ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)