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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?旬^ | 00111111100011110111101101011110 | 3f8f7b5e |
EUC-JP | ?旬^ | 00111111101111011101110001011110 | 3fbddc5e |
UTF-8 | 쀩旬^ | 11101100100000001010100111100110100101111010110001011110 | ec80a9e697ac5e |
UHC | 쀩旬^ | 1001011111101001111000101110001001011110 | 97e9e2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)