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???q | 0011111100111111001111110110110000111111001111110011111101110001 | 3f3f3f6c3f3f3f71 |
SJIS-WIN | ???l???q | 0011111100111111001111110110110000111111001111110011111101110001 | 3f3f3f6c3f3f3f71 |
EUC-JP | ???l???q | 0011111100111111001111110110110000111111001111110011111101110001 | 3f3f3f6c3f3f3f71 |
UTF-8 | 溜삳젉l溜삳젎q | 1110111110100111100010111110110010000010101100111110110010100000100010010110110011101111101001111000101111101100100000101011001111101100101000001000111001110001 | efa78bec82b3eca0896cefa78bec82b3eca08e71 |
UHC | 溜삳젉l溜삳젎q | 1110101011111110101110111110101110100000100010110110110011101010111111101011101111101011101000001000111101110001 | eafebbeba08b6ceafebbeba08f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)