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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ催坊テ堙烹 | 11000011100011011100001110010110010101101100001110011010110000111001011001000010 | c38dc39656c39ac39642 |
EUC-JP | テ催坊テ堙烹 | 100011101100001110111010110001011100101110110111100011101100001111010100110001011100101110100011 | 8ec3bac5cbb78ec3d4c5cba3 |
UTF-8 | テ催坊テ堙烹 | 111011111011111010000011111001011000001010101100111001011001110110001010111011111011111010000011111001011010000010011001111001111000001110111001 | efbe83e582ace59d8aefbe83e5a099e783b9 |
UHC | ?催坊??烹 | 001111111111010111001010110110111010100100111111001111111111100010110010 | 3ff5cadba93f3ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)