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 | 踰ク髯熊 | 11100110111110101011100011101001100110011000110001000110 | e6fab8e9998c46 |
EUC-JP | 踰ク髯熊 | 1110110011111100100011101011100011110001111110011011011110100111 | ecfc8eb8f1f9b7a7 |
UTF-8 | 踰ク髯熊 | 111010001011100010110000111011111011110110111000111010011010101110101111111001111000011010001010 | e8b8b0efbdb8e9abafe7868a |
UHC | 踰??熊 | 111010111011001000111111001111111110101010101000 | ebb23f3feaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)