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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瘋朱6矜我 | 11100001100001101000111011101001100000100101010111100001111000001000100111100100 | e1868ee98255e1e089e4 |
EUC-JP | 瘋朱6矜我 | 11100001111001101011110011101011101000111011011011100010111000101011001011100110 | e1e6bceba3b6e2e2b2e6 |
UTF-8 | 瘋朱6矜我 | 111001111001100010001011111001101001110010110001111011111011110010010110111001111001111110011100111001101000100010010001 | e7988be69cb1efbc96e79f9ce68891 |
UHC | ?朱6矜我 | 001111111111000110111001101000111011011011010000111010001110010010110010 | 3ff1b9a3b6d0e8e4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)