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 | 闖夜而 | 111010001000111110010110111010011000111010100111 | e88f96e98ea7 |
EUC-JP | 闖夜而 | 111011111110111111001100111010111011110010101001 | efefccebbca9 |
UTF-8 | 闖夜而 | 111010011001011110010110111001011010010010011100111010001000000010001100 | e99796e5a49ce8808c |
UHC | 闖夜而 | 111101111110011011100101101010001110110010111011 | f7e6e5a8ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)