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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | テ榲ウテ淌朦V | 11000011100111101100001110110011110000111001111111000011100111100100111001010110 | c39ec3b3c39fc39e4e56 |
EUC-JP | テ榲ウテ淌朦V | 10001110110000111101110011000101100011101011001110001110110000111101111011000101110110111010111101010110 | 8ec3dcc58eb38ec3dec5dbaf56 |
UTF-8 | テ榲ウテ淌朦V | 11101111101111101000001111100110101001101011001011101111101111011011001111101111101111101000001111100110101101111000110011100110100111001010011001010110 | efbe83e6a6b2efbdb3efbe83e6b78ce69ca656 |
UHC | ?????朦V | 0011111100111111001111110011111100111111110110011101010001010110 | 3f3f3f3f3fd9d456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)