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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隨樊ス・ | 11100111101011001001111011100110101111011000000101000101 | e7ac9ee6bd8145 |
EUC-JP | 隨樊ス・ | 1110111010101110110111001110100010001110101111011010000110100110 | eeaedce88ebda1a6 |
UTF-8 | 隨樊ス・ | 111010011001101010101000111001101010100010001010111011111011110110111101111000111000001110111011 | e99aa8e6a88aefbdbde383bb |
UHC | 隨樊?? | 111000101100101111011011111000000011111100111111 | e2cbdbe03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)