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 | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | 闌ォ繧乗エイLB | 1110100010001100101010111110001110000010100011111110011010110100101100100100110001000010 | e88cabe3828fe6b4b24c42 |
EUC-JP | 闌ォ繧乗エイLB | 1110111111101100100011101010101111100101111000101011111011101000100011101011010010001110101100100100110001000010 | efec8eabe5e2bee88eb48eb24c42 |
UTF-8 | 闌ォ繧乗エイLB | 1110100110010111100011001110111110111101101010111110011110111001101001111110010010111001100101111110111110111101101101001110111110111101101100100100110001000010 | e9978cefbdabe7b9a7e4b997efbdb4efbdb24c42 |
UHC | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)