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 | ??x}??x{^ | 001111110011111101111000011111010011111100111111011110000111101101011110 | 3f3f787d3f3f787b5e |
SJIS-WIN | 偲璽x}偲璽x{^ | 10001110110000111000111010100011011110000111110110001110110000111000111010100011011110000111101101011110 | 8ec38ea3787d8ec38ea3787b5e |
EUC-JP | 偲璽x}偲璽x{^ | 10111100110001011011110010100101011110000111110110111100110001011011110010100101011110000111101101011110 | bcc5bca5787dbcc5bca5787b5e |
UTF-8 | 偲璽x}偲璽x{^ | 1110010110000001101100101110011110010010101111010111100001111101111001011000000110110010111001111001001010111101011110000111101101011110 | e581b2e792bd787de581b2e792bd787b5e |
UHC | ?璽x}?璽x{^ | 0011111111011111110111100111100001111101001111111101111111011110011110000111101101011110 | 3fdfde787d3fdfde787b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)