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 | ?η?褥 | 001111111000001111000101001111111110010111110001 | 3f83c53fe5f1 |
EUC-JP | 滎η?褥 | 1000111111001000101110011010011011000111001111111110101011110011 | 8fc8b9a6c73feaf3 |
UTF-8 | 滎η댚褥 | 1110011010111011100011101100111010110111111010111000110010011010111010001010010010100101 | e6bb8eceb7eb8c9ae8a4a5 |
UHC | 滎η댚褥 | 1111101110100011101001011110011110001000101111101110100110110011 | fba3a5e788bee9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)