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 | 綣級坤紿 | 1110001101011011100010111000100110001101101000111110001101001000 | e35b8b898da3e348 |
EUC-JP | 綣級坤紿 | 1110010110111100101101011110100110111010101001011110010110101001 | e5bcb5e9baa5e5a9 |
UTF-8 | 綣級坤紿 | 111001111011011010100011111001111011010010011010111001011001110110100100111001111011010010111111 | e7b6a3e7b49ae59da4e7b4bf |
UHC | ?級坤? | 001111111101000011100100110011011101111000111111 | 3fd0e4cdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)