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 | 室上 | 111100001100000010001110101110101000111111100011 | f0c08eba8fe3 |
EUC-JP | ?室上 | 0011111110111100101111001011111011100101 | 3fbcbcbee5 |
UTF-8 | 室上 | 111011101000000110111111111001011010111010100100111001001011100010001010 | ee81bfe5aea4e4b88a |
UHC | ?室上 | 0011111111100011111110001101111110111110 | 3fe3f8dfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)