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 | 羣随充薜 | 1110001110111000100100001000111110001111010110111110010101001111 | e3b8908f8f5be54f |
EUC-JP | 羣随充薜 | 1110011010111010101111111110111110111101101111001110100110110000 | e6babfefbdbce9b0 |
UTF-8 | 羣随充薜 | 111001111011111010100011111010011001101010001111111001011000010110000101111010001001011010011100 | e7bea3e99a8fe58585e8969c |
UHC | ??充? | 0011111100111111111101011111011000111111 | 3f3ff5f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)