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 | 瘋朱6鐔 | 1110000110000110100011101110100110000010010101011110100001011100 | e1868ee98255e85c |
EUC-JP | 瘋朱6鐔 | 1110000111100110101111001110101110100011101101101110111110111101 | e1e6bceba3b6efbd |
UTF-8 | 瘋朱6鐔 | 111001111001100010001011111001101001110010110001111011111011110010010110111010011001000010010100 | e7988be69cb1efbc96e99094 |
UHC | ?朱6? | 001111111111000110111001101000111011011000111111 | 3ff1b9a3b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)