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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 丹担村側P | 100100100100111110010010010100111001000110111010100100011010010001010000 | 924f925391ba91a450 |
EUC-JP | 丹担村側P | 110000111011000011000011101101001100001010111100110000101010011001010000 | c3b0c3b4c2bcc2a650 |
UTF-8 | 丹担村側P | 11100100101110001011100111100110100010111000010111100110100111011001000111100101100000011011010001010000 | e4b8b9e68b85e69d91e581b450 |
UHC | 丹?村側P | 1101001110100001001111111111010110111101111101101011000001010000 | d3a13ff5bdf6b050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)