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 | ?屯?迹 | 001111111001001111010100001111111110011110010001 | 3f93d43fe791 |
EUC-JP | 塡屯?迹 | 1000111110111000101101001100011011010110001111111110110111110001 | 8fb8b4c6d63fedf1 |
UTF-8 | 塡屯늉迹 | 111001011010000110100001111001011011000110101111111010111000101010001001111010001011111110111001 | e5a1a1e5b1afeb8a89e8bfb9 |
UHC | 塡屯늉迹 | 1110111011110011110101001110101010110100101111111110111011101001 | eef3d4eab4bfeee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)