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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ワォ胚\ | 1101110010101011111000111111001101011100 | dcabe3f35c |
EUC-JP | ワォ胚\ | 10001110110111001000111010101011111001101111010101011100 | 8edc8eabe6f55c |
UTF-8 | ワォ胚\ | 11101111101111101001110011101111101111011010101111101000100000111001101001011100 | efbe9cefbdabe8839a5c |
UHC | ??胚\ | 0011111100111111110110111100111101011100 | 3f3fdbcf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)