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 | 11100110111110001001001111100111100101111001001001000111 | e6f893e7979247 |
EUC-JP | 蹂鍋嵐G | 11101100111110101100011011101001110011011111001001000111 | ecfac6e9cdf247 |
UTF-8 | 蹂鍋嵐G | 11101000101110011000001011101001100011011000101111100101101101011001000001000111 | e8b982e98d8be5b59047 |
UHC | 蹂鍋嵐G | 11101011101100111100111010100111110101011011100101000111 | ebb3cea7d5b947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)