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 | ¾®|???^ | 10111110101011100111110000111111001111110011111101011110 | beae7c3f3f3f5e |
SJIS-WIN | ??|???^ | 00111111001111110111110000111111001111110011111101011110 | 3f3f7c3f3f3f5e |
EUC-JP | ?®|???^ | 001111111000111110100010111011100111110000111111001111110011111101011110 | 3f8fa2ee7c3f3f3f5e |
UTF-8 | ¾®|礖降璉^ | 110000101011111011000010101011100111110011100111101001001001011011101111101010001000100111101111101001101001010001011110 | c2bec2ae7ce7a496efa889efa6945e |
UHC | ¾®|礖降璉^ | 101010001111101010100010111001110111110011100110101001101111101010100010111001101101100101011110 | a8faa2e77ce6a6faa2e6d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)