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 | þ}GLB | 1001000111111110011111011001001001000111100100100100110001000010 | 91fe7d9247924c42 |
SJIS-WIN | ??}?G?LB | 0011111100111111011111010011111101000111001111110100110001000010 | 3f3f7d3f473f4c42 |
EUC-JP | ?þ}?G?LB | 00111111100011111010100111010000011111010011111101000111001111110100110001000010 | 3f8fa9d07d3f473f4c42 |
UTF-8 | þ}GLB | 110000101001000111000011101111100111110111000010100100100100011111000010100100100100110001000010 | c291c3be7dc29247c2924c42 |
UHC | ?þ}?G?LB | 001111111010100110101101011111010011111101000111001111110100110001000010 | 3fa9ad7d3f473f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)