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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | 逖滔」晨祷LB | 1110011110011000100111111110101110100011100111011110110110010011100110000100110001000010 | e7989feba39ded93984c42 |
EUC-JP | 逖滔」晨祷LB | 111011011111100011011110111011011000111010100011110110101110111111000101111110000100110001000010 | edf8deed8ea3daefc5f84c42 |
UTF-8 | 逖滔」晨祷LB | 1110100110000000100101101110011010111011100101001110111110111101101000111110011010011001101010001110011110100101101101110100110001000010 | e98096e6bb94efbda3e699a8e7a5b74c42 |
UHC | ?滔?晨?LB | 001111111101010010100101001111111110001111100111001111110100110001000010 | 3fd4a53fe3e73f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)