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 | 綣焔織 | 111000110101101110001001100010111001000001000100 | e35b898b9044 |
EUC-JP | 綣焔織 | 111001011011110010110001111010111011111110100101 | e5bcb1ebbfa5 |
UTF-8 | 綣焔織 | 111001111011011010100011111001111000010010010100111001111011100110010100 | e7b6a3e78494e7b994 |
UHC | ??織 | 00111111001111111111001011000100 | 3f3ff2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)