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 | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-WIN | 梓?^F | 1000100010110010001111110101111001000110 | 88b23f5e46 |
EUC-JP | 梓?^F | 1011000010110100001111110101111001000110 | b0b43f5e46 |
UTF-8 | 梓렒^F | 1110011010100010100100111110101110100000100100100101111001000110 | e6a293eba0925e46 |
UHC | 梓렒^F | 111011101010100110001110101001110101111001000110 | eea98ea75e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)