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 | ウロ湘 | 10110011110110111000111111000011 | b3db8fc3 |
EUC-JP | ウロ湘 | 100011101011001110001110110110111011111011000101 | 8eb38edbbec5 |
UTF-8 | ウロ湘 | 111011111011110110110011111011111011111010011011111001101011100110011000 | efbdb3efbe9be6b998 |
UHC | ??湘 | 00111111001111111101111111001111 | 3f3fdfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)