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 | 筌?が | 1110001010100011001111111000001010101010 | e2a33f82aa |
EUC-JP | 筌?が | 1110010010100101001111111010010010101100 | e4a53fa4ac |
UTF-8 | 筌띿が | 111001111010110110001100111010111001110110111111111000111000000110001100 | e7ad8ceb9dbfe3818c |
UHC | 筌띿が | 111011111010011110001101111011001010101010101100 | efa78decaaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)