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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟶ウホソ岺コ | 1110010110111000101100111100111010111111111110101010110110111010 | e5b8b3cebffaadba |
EUC-JP | 蟶ウホソ岺コ | 11101010101110101000111010110011100011101100111010001110101111111000111110111011101110001000111010111010 | eaba8eb38ece8ebf8fbbb88eba |
UTF-8 | 蟶ウホソ岺コ | 111010001001111110110110111011111011110110110011111011111011111010001110111011111011110110111111111001011011001010111010111011111011110110111010 | e89fb6efbdb3efbe8eefbdbfe5b2baefbdba |
UHC | ????岺? | 00111111001111110011111100111111110101101011100100111111 | 3f3f3f3fd6b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)