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 | ンチ鯤 | 11011101110000011110100111001000 | ddc1e9c8 |
EUC-JP | ンチ鯤 | 100011101101110110001110110000011111001011001010 | 8edd8ec1f2ca |
UTF-8 | ンチ鯤 | 111011111011111010011101111011111011111010000001111010011010111110100100 | efbe9defbe81e9afa4 |
UHC | ??鯤 | 00111111001111111100110111100110 | 3f3fcde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)