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 | 寤κ?韋 | 10011011100010001000001111001000001111111110100011101000 | 9b8883c83fe8e8 |
EUC-JP | 寤κ?韋 | 11010101111010001010011011001010001111111111000011101010 | d5e8a6ca3ff0ea |
UTF-8 | 寤κ옇韋 | 1110010110101111101001001100111010111010111011001001100010000111111010011001111110001011 | e5afa4cebaec9887e99f8b |
UHC | 寤κ옇韋 | 1110011111110101101001011110101010111111101110001110101011011111 | e7f5a5eabfb8eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)