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 | 11100111100110101001001111100111100101111001001001000111 | e79a93e7979247 |
EUC-JP | 逧鍋嵐G | 11101101111110101100011011101001110011011111001001000111 | edfac6e9cdf247 |
UTF-8 | 逧鍋嵐G | 11101001100000001010011111101001100011011000101111100101101101011001000001000111 | e980a7e98d8be5b59047 |
UHC | ?鍋嵐G | 001111111100111010100111110101011011100101000111 | 3fcea7d5b947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)