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 | 邵ォ遒セ貊 | 1110011110111000101010111110011110100010101111101110011010111011 | e7b8abe7a2bee6bb |
EUC-JP | 邵ォ遒セ貊 | 11101110101110101000111010101011111011101010010010001110101111101110110010111101 | eeba8eabeea48ebeecbd |
UTF-8 | 邵ォ遒セ貊 | 111010011000001010110101111011111011110110101011111010011000000110010010111011111011110110111110111010001011001010001010 | e982b5efbdabe98192efbdbee8b28a |
UHC | 邵???貊 | 11100001110100000011111100111111001111111101100011100111 | e1d03f3f3fd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)