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 | 00111111001111110100110001000010 | 3f3f4c42 |
SJIS-WIN | \◇LB | 100000010101111110000001100111100100110001000010 | 815f819e4c42 |
EUC-JP | \◇LB | 101000011100000010100001111111100100110001000010 | a1c0a1fe4c42 |
UTF-8 | \◇LB | 1110111110111100101111001110001010010111100001110100110001000010 | efbcbce297874c42 |
UHC | \◇LB | 101000011010110010100001110111100100110001000010 | a1aca1de4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)