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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 槽?膿槽??^ | 10010001100001010011111110010100010111101001000110000101001111110011111101011110 | 91853f945e91853f3f5e |
EUC-JP | 槽?膿槽??^ | 11000001111001010011111111000111101111111100000111100101001111110011111101011110 | c1e53fc7bfc1e53f3f5e |
UTF-8 | 槽뤊膿槽뤊籠^ | 11100110101001111011110111101011101001001000101011101000100001101011111111100110101001111011110111101011101001001000101011101111101001011000010001011110 | e6a7bdeba48ae886bfe6a7bdeba48aefa5845e |
UHC | 槽뤊膿槽뤊籠^ | 11110000110010111000111110111010110100101101101111110000110010111000111110111010110100101101100101011110 | f0cb8fbad2dbf0cb8fbad2d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)