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 | 奧??膺 | 100110101111101000111111001111111110010001011110 | 9afa3f3fe45e |
EUC-JP | 奧??膺 | 110101001111110000111111001111111110011110111111 | d4fc3f3fe7bf |
UTF-8 | 奧숇맫膺 | 111001011010010110100111111011001000100010000111111010111010011110101011111010001000011010111010 | e5a5a7ec8887eba7abe886ba |
UHC | 奧숇맫膺 | 1110011111110011100110011110101110010000101100111110101111101100 | e7f399eb90b3ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)