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 | A³OLB | 100100100100000110010001101100111001001001001111100100100100110001000010 | 924191b3924f924c42 |
SJIS-WIN | ?A???O?LB | 001111110100000100111111001111110011111101001111001111110100110001000010 | 3f413f3f3f4f3f4c42 |
EUC-JP | ?A???O?LB | 001111110100000100111111001111110011111101001111001111110100110001000010 | 3f413f3f3f4f3f4c42 |
UTF-8 | A³OLB | 1100001010010010010000011100001010010001110000101011001111000010100100100100111111000010100100100100110001000010 | c29241c291c2b3c2924fc2924c42 |
UHC | ?A?³?O?LB | 00111111010000010011111110101001111110000011111101001111001111110100110001000010 | 3f413fa9f83f4f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)