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 | 吳ф뜤閭 | 1110010110010000101100111101000110000100111010111001110010100100111011111010011010000110 | e590b3d184eb9ca4efa686 |
UHC | 吳ф뜤閭 | 1110011111101111101011001110011010001101101001111110011010101101 | e7eface68da7e6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)