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 | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 轢ィ逍セLB | 1110011110000000101010001110011110010110101111100100110001000010 | e780a8e796be4c42 |
EUC-JP | 轢ィ逍セLB | 11101101111000001000111010101000111011011111011010001110101111100100110001000010 | ede08ea8edf68ebe4c42 |
UTF-8 | 轢ィ逍セLB | 1110100010111101101000101110111110111101101010001110100110000000100011011110111110111101101111100100110001000010 | e8bda2efbda8e9808defbdbe4c42 |
UHC | 轢?逍?LB | 1101010111111001001111111110000111001110001111110100110001000010 | d5f93fe1ce3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)