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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 鯤ラゥG | 1110100111001000110101111010100101000111 | e9c8d7a947 |
EUC-JP | 鯤ラゥG | 11110010110010101000111011010111100011101010100101000111 | f2ca8ed78ea947 |
UTF-8 | 鯤ラゥG | 11101001101011111010010011101111101111101001011111101111101111011010100101000111 | e9afa4efbe97efbda947 |
UHC | 鯤??G | 1100110111100110001111110011111101000111 | cde63f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)