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 | âüU | 1100001110100010110000111011110001010101 | c3a2c3bc55 |
SJIS-WIN | ?¢??U | 001111111000000110010001001111110011111101010101 | 3f81913f3f55 |
EUC-JP | â�U | 10001111101010101010101010100001111100011000111110101010101010100011111101010101 | 8faaaaa1f18faaaa3f55 |
UTF-8 | âüU | 110000111000001111000010101000101100001110000011110000101011110001010101 | c383c2a2c383c2bc55 |
UHC | ???¼U | 001111110011111100111111101010001111100101010101 | 3f3f3fa8f955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)