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 | 崖ヨ?膺 | 10001010010100101000001110001000001111111110010001011110 | 8a5283883fe45e |
EUC-JP | 崖ヨ?膺 | 10110011101100111010010111101000001111111110011110111111 | b3b3a5e83fe7bf |
UTF-8 | 崖ヨ쾴膺 | 111001011011010010010110111000111000001110101000111011001011111010110100111010001000011010111010 | e5b496e383a8ecbeb4e886ba |
UHC | 崖ヨ쾴膺 | 1110010011110000101010111110100010110010100010101110101111101100 | e4f0abe8b28aebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)