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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竺屡示屡 | 1000111010110001100011101100011010001110101001101000111011000110 | 8eb18ec68ea68ec6 |
EUC-JP | 竺屡示屡 | 1011110010110011101111001100100010111100101010001011110011001000 | bcb3bcc8bca8bcc8 |
UTF-8 | 竺屡示屡 | 111001111010101110111010111001011011000110100001111001111010010010111010111001011011000110100001 | e7abbae5b1a1e7a4bae5b1a1 |
UHC | 竺?示? | 111101011110011100111111111000111100011000111111 | f5e73fe3c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)