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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 終?保悌 | 10001111010010010011111110010101110110111001001011101110 | 8f493f95db92ee |
EUC-JP | 終?保悌 | 10111101101010100011111111001010110111011100010011110000 | bdaa3fcaddc4f0 |
UTF-8 | 終빚保悌 | 111001111011010110000010111010111011100110011010111001001011111110011101111001101000001010001100 | e7b582ebb99ae4bf9de6828c |
UHC | 終빚保悌 | 1111000011111011101110101111101011011100110000011111000010101010 | f0fbbafadcc1f0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)