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 | 茯手慨貉 | 1110010010101000100011101110100010001010010100111110011010111001 | e4a88ee88a53e6b9 |
EUC-JP | 茯手慨貉 | 1110100010101010101111001110101010110011101101001110110010111011 | e8aabceab3b4ecbb |
UTF-8 | 茯手慨貉 | 111010001000110010101111111001101000100110001011111001101000010110101000111010001011001010001001 | e88cafe6898be685a8e8b289 |
UHC | 茯手慨? | 11011100110110101110001010100010110010111100011000111111 | dcdae2a2cbc63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)