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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 偲蒔N}偲蒔N{^ | 10001110110000111000111010101010010011100111110110001110110000111000111010101010010011100111101101011110 | 8ec38eaa4e7d8ec38eaa4e7b5e |
EUC-JP | 偲蒔N}偲蒔N{^ | 10111100110001011011110010101100010011100111110110111100110001011011110010101100010011100111101101011110 | bcc5bcac4e7dbcc5bcac4e7b5e |
UTF-8 | 偲蒔N}偲蒔N{^ | 1110010110000001101100101110100010010010100101000100111001111101111001011000000110110010111010001001001010010100010011100111101101011110 | e581b2e892944e7de581b2e892944e7b5e |
UHC | ?蒔N}?蒔N{^ | 0011111111100011110010000100111001111101001111111110001111001000010011100111101101011110 | 3fe3c84e7d3fe3c84e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)