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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???や∫B | 0011111100111111001111111000001011100010100000011110011101000010 | 3f3f3f82e281e742 |
EUC-JP | ???や∫B | 0011111100111111001111111010010011100100101000101110100101000010 | 3f3f3fa4e4a2e942 |
UTF-8 | 룵沈卽や∫B | 11101011101000111011010111101111101001011011001011100101100011011011110111100011100000101000010011100010100010001010101101000010 | eba3b5efa5b2e58dbde38284e288ab42 |
UHC | 룵沈卽や∫B | 1000111110101010111001001010000111110001111011011010101011100100101000011111001001000010 | 8faae4a1f1edaae4a1f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)