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 | ?d?O | 00111111011001000011111101001111 | 3f643f4f |
SJIS-WIN | 奪d棚O | 100100100100010001100100100100100100100101001111 | 92446492494f |
EUC-JP | 奪d棚O | 110000111010010101100100110000111010101001001111 | c3a564c3aa4f |
UTF-8 | 奪d棚O | 1110010110100101101010100110010011100110101000111001101001001111 | e5a5aa64e6a39a4f |
UHC | 奪d棚O | 111101111010110001100100110111011101110001001111 | f7ac64dddc4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)