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 | 借写煮執 | 1000111011011000100011101100101010001110110011111000111010110111 | 8ed88eca8ecf8eb7 |
EUC-JP | 借写煮執 | 1011110011011010101111001100110010111100110100011011110010111001 | bcdabcccbcd1bcb9 |
UTF-8 | 借写煮執 | 111001011000000010011111111001011000011010011001111001111000010110101110111001011001111110110111 | e5809fe58699e785aee59fb7 |
UHC | 借?煮執 | 11110011101010000011111111101101101101001111001011111011 | f3a83fedb4f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)