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 | 衙煙?文 | 11100101110010011000100110001100001111111001010110110110 | e5c9898c3f95b6 |
EUC-JP | 衙煙?文 | 11101010110010111011000111101100001111111100101010111000 | eacbb1ec3fcab8 |
UTF-8 | 衙煙뤾文 | 111010001010000110011001111001111000010110011001111010111010010010111110111001101001011010000111 | e8a199e78599eba4bee69687 |
UHC | 衙煙뤾文 | 1110010010110111111001101101010110001111111010101101100111111110 | e4b7e6d58fead9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)