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 | 絶??若?? | 1001000011100010001111110011111110001110111000010011111100111111 | 90e23f3f8ee13f3f |
EUC-JP | 絶??若?? | 1100000011100100001111110011111110111100111000110011111100111111 | c0e43f3fbce33f3f |
UTF-8 | 絶껃궗若싷슁 | 111001111011010110110110111010101011101110000011111010101011011010010111111010001000101110100101111011001000101110110111111011001000101010000001 | e7b5b6eabb83eab697e88ba5ec8bb7ec8a81 |
UHC | 絶껃궗若싷슁 | 111011111011111010000011111001011000001010101100111001011011010010011010111011111011110110110011 | efbe83e582ace5b49aefbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)