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 | 뮳RE | 1110101110101110101100110101001001000101 | ebaeb35245 |
SJIS-WIN | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
EUC-JP | ë®?RE | 100011111010101110110011100011111010001011101110001111110101001001000101 | 8fabb38fa2ee3f5245 |
UTF-8 | 뮳RE | 1100001110101011110000101010111011000010101100110101001001000101 | c3abc2aec2b35245 |
UHC | ?®³RE | 00111111101000101110011110101001111110000101001001000101 | 3fa2e7a9f85245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)