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 | 籖画燦芬 | 1110001011011101100010011110011010001110010101111110010010001110 | e2dd89e68e57e48e |
EUC-JP | 籖画燦芬 | 1110010011011111101100101110100010111011101110001110011111101110 | e4dfb2e8bbb8e7ee |
UTF-8 | 籖画燦芬 | 111001111011000110010110111001111001010010111011111001111000011110100110111010001000101010101100 | e7b196e794bbe787a6e88aac |
UHC | ??燦芬 | 001111110011111111110011101111101101110111010010 | 3f3ff3beddd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)