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 | 1111101110011101101111111110100010110011101010100100110001000010 | fb9dbfe8b3aa4c42 |
EUC-JP | ?ソ雉ェLB | 001111111000111010111111111100001011010110001110101010100100110001000010 | 3f8ebff0b58eaa4c42 |
UTF-8 | 﨟ソ雉ェLB | 1110111110101000100111111110111110111101101111111110100110011011100010011110111110111101101010100100110001000010 | efa89fefbdbfe99b89efbdaa4c42 |
UHC | ??雉?LB | 00111111001111111111011011001011001111110100110001000010 | 3f3ff6cb3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)