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 | ??怒? | 0011111100111111100100110111101100111111 | 3f3f937b3f |
EUC-JP | ??怒? | 0011111100111111110001011101110000111111 | 3f3fc5dc3f |
UTF-8 | 了랐怒뤋 | 111011111010011010111010111010111001111010010000111001101000000010010010111010111010010010001011 | efa6baeb9e90e68092eba48b |
UHC | 了랐怒뤋 | 1110100011100111101101101111101011010010110000011000111110111011 | e8e7b6fad2c18fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)