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??d | 001111110011111101001110001111110011111101100100 | 3f3f4e3f3f64 |
SJIS-WIN | 偲悉N篠示d | 10001110110000111000111010111011010011101000111011000010100011101010011001100100 | 8ec38ebb4e8ec28ea664 |
EUC-JP | 偲悉N篠示d | 10111100110001011011110010111101010011101011110011000100101111001010100001100100 | bcc5bcbd4ebcc4bca864 |
UTF-8 | 偲悉N篠示d | 1110010110000001101100101110011010000010100010010100111011100111101011111010000011100111101001001011101001100100 | e581b2e682894ee7afa0e7a4ba64 |
UHC | ?悉N篠示d | 001111111110001111111010010011101110000111000110111000111100011001100100 | 3fe3fa4ee1c6e3c664 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)