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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 七肛辞 | 11110001111000001000111010110101111000111110100010001110101010111111000111100000 | f1e08eb5e3e88eabf1e0 |
EUC-JP | ?七肛辞? | 0011111110111100101101111110011011101010101111001010110100111111 | 3fbcb7e6eabcad3f |
UTF-8 | 七肛辞 | 111011101000010110011011111001001011100010000011111010001000001010011011111010001011111010011110111011101000010110011011 | ee859be4b883e8829be8be9eee859b |
UHC | ?七肛?? | 00111111111101101101001011111001111111010011111100111111 | 3ff6d2f9fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)