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 | ÂLÂBÂUA | 11000010100100010100110011000010100100010100001011000010100100010101010101000001 | c2914cc29142c2915541 |
SJIS-WIN | ??L??B??UA | 00111111001111110100110000111111001111110100001000111111001111110101010101000001 | 3f3f4c3f3f423f3f5541 |
EUC-JP | Â?LÂ?BÂ?UA | 10001111101010101010010000111111010011001000111110101010101001000011111101000010100011111010101010100100001111110101010101000001 | 8faaa43f4c8faaa43f428faaa43f5541 |
UTF-8 | ÂLÂBÂUA | 11000011100000101100001010010001010011001100001110000010110000101001000101000010110000111000001011000010100100010101010101000001 | c382c2914cc382c29142c382c2915541 |
UHC | ??L??B??UA | 00111111001111110100110000111111001111110100001000111111001111110101010101000001 | 3f3f4c3f3f423f3f5541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)