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 | ?ョ?澳 | 001111111000001110000111001111111110000001010011 | 3f83873fe053 |
EUC-JP | 焰ョ?澳 | 1000111111001001111011111010010111100111001111111101111110110100 | 8fc9efa5e73fdfb4 |
UTF-8 | 焰ョ듅澳 | 111001111000010010110000111000111000001110100111111010111001001110000101111001101011111010110011 | e784b0e383a7eb9385e6beb3 |
UHC | 焰ョ듅澳 | 1110011011111011101010111110011110001010101110011110011111111110 | e6fbabe78ab9e7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)