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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??楔? | 0011111100111111100111101011011000111111 | 3f3f9eb63f |
EUC-JP | ??楔? | 0011111100111111110111001011100000111111 | 3f3fdcb83f |
UTF-8 | 묳몼楔걟 | 111010111010110010110011111010111010101010111100111001101010010110010100111010101011000110011111 | ebacb3ebaabce6a594eab19f |
UHC | 묳몼楔걟 | 1001001001001010100100011010000111100000110110111000000110001000 | 924a91a1e0db8188 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)