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 | 蹂鍋嵐 | 111001101111100010010011111001111001011110010010 | e6f893e79792 |
EUC-JP | 蹂鍋嵐 | 111011001111101011000110111010011100110111110010 | ecfac6e9cdf2 |
UTF-8 | 蹂鍋嵐 | 111010001011100110000010111010011000110110001011111001011011010110010000 | e8b982e98d8be5b590 |
UHC | 蹂鍋嵐 | 111010111011001111001110101001111101010110111001 | ebb3cea7d5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)