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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮨ラゾ | 1110100110111101110101111011111111011110 | e9bdd7bfde |
EUC-JP | 鮨ラゾ | 1111001010111111100011101101011110001110101111111000111011011110 | f2bf8ed78ebf8ede |
UTF-8 | 鮨ラゾ | 111010011010111010101000111011111011111010010111111011111011110110111111111011111011111010011110 | e9aea8efbe97efbdbfefbe9e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)