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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?庾熢 | 00111111100011111011110011001110100011111100101010101011 | 3f8fbcce8fcaab |
UTF-8 | 뤊庾熢 | 111010111010010010001010111001011011101010111110111001111000011010100010 | eba48ae5babee786a2 |
UHC | 뤊庾熢 | 100011111011101011101010111011001101110011101100 | 8fbaeaecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)