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 | ý¹ø² | 11111101101110011111100010110010 | fdb9f8b2 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ý?ø? | 1000111110101011111100100011111110001111101010011100110000111111 | 8fabf23f8fa9cc3f |
UTF-8 | ý¹ø² | 1100001110111101110000101011100111000011101110001100001010110010 | c3bdc2b9c3b8c2b2 |
UHC | ?¹ø² | 00111111101010011111011010101001101010101010100111110111 | 3fa9f6a9aaa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)