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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雄嫩? | 1001011101011001100110110110001100111111 | 97599b633f |
EUC-JP | 雄嫩? | 1100110110111010110101011100010000111111 | cdbad5c43f |
UTF-8 | 雄嫩렩 | 111010011001101110000100111001011010101110101001111010111010000010101001 | e99b84e5aba9eba0a9 |
UHC | 雄嫩렩 | 111010101010100111010010111011001000111010110111 | eaa9d2ec8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)