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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 塑淅}塑淅{^ | 1001000101011001100111111100011001111101100100010101100110011111110001100111101101011110 | 91599fc67d91599fc67b5e |
EUC-JP | 塑淅}塑淅{^ | 1100000110111010110111101100100001111101110000011011101011011110110010000111101101011110 | c1badec87dc1badec87b5e |
UTF-8 | 塑淅}塑淅{^ | 111001011010000110010001111001101011011110000101011111011110010110100001100100011110011010110111100001010111101101011110 | e5a191e6b7857de5a191e6b7857b5e |
UHC | 塑淅}塑淅{^ | 1110000110110001111000001011001001111101111000011011000111100000101100100111101101011110 | e1b1e0b27de1b1e0b27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)