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 | ??|??r | 001111110011111101111100001111110011111101110010 | 3f3f7c3f3f72 |
SJIS-WIN | 偲治|偲爾r | 10001110110000111000111010100001011111001000111011000011100011101010001001110010 | 8ec38ea17c8ec38ea272 |
EUC-JP | 偲治|偲爾r | 10111100110001011011110010100011011111001011110011000101101111001010010001110010 | bcc5bca37cbcc5bca472 |
UTF-8 | 偲治|偲爾r | 1110010110000001101100101110011010110010101110110111110011100101100000011011001011100111100010001011111001110010 | e581b2e6b2bb7ce581b2e788be72 |
UHC | ?治|?爾r | 0011111111110110101111010111110000111111111011001011001101110010 | 3ff6bd7c3fecb372 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)