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 | 悅??\ | 1111101010111101001111110011111101011100 | fabd3f3f5c |
EUC-JP | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
UTF-8 | 悅덄뙠\ | 11100110100000101000010111101011100011011000010011101011100110011010000001011100 | e68285eb8d84eb99a05c |
UHC | 悅덄뙠\ | 11100110111011011000100011100111100011001010010101011100 | e6ed88e78ca55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)