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 | 循?米 | 1000111101111010001111111001010111000100 | 8f7a3f95c4 |
EUC-JP | 循?米 | 1011110111011011001111111100101011000110 | bddb3fcac6 |
UTF-8 | 循뤾米 | 111001011011111010101010111010111010010010111110111001111011000110110011 | e5beaaeba4bee7b1b3 |
UHC | 循뤾米 | 111000101110000010001111111010101101101010110111 | e2e08feadab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)